ISliceable<SubSlice,SubSequence,Index,Distance,Element>

Overview

Location

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