ISliceable<SubSlice,SubSequence,Index,Distance,Element>
Overview
Location
-
Reference:
- Silver.dll .NET, .NET Standard 2.0
- silver.jar Cooper
- Silver.fx Island
- libSilver.fx Toffee
- Namespace: Swift
- Ancestry: Indexable<Index,Distance,Element> | CollectionType<SubSequence,Index,Distance,Element> | ISliceable<SubSlice,SubSequence,Index,Distance,Element>
Properties
Item
property Item[bounds: not nullable Range]: not nullable SubSlice read;
SubSlice! Item[Range! bounds] { get; }
subscript Item(_ bounds: Range) -> SubSlice { get{} }
SubSlice Item[Range bounds] { __get; }
ReadOnly Property Item(bounds As Range) As SubSlice