ExposedList<'T> Type
Constructors
Constructor | Description |
Full Usage:
ExposedList()
|
|
|
|
Full Usage:
ExposedList(capacity)
Parameters:
int
|
|
Instance members
Instance member | Description |
Full Usage:
this.Add
Parameters:
'T
|
|
|
|
|
|
Full Usage:
this.BinarySearch
Parameters:
'T
Returns: int
|
|
|
|
Full Usage:
this.BinarySearch
Parameters:
int
count : int
item : 'T
comparer : IComparer<'T>
Returns: int
|
|
Full Usage:
this.Capacity
|
|
Full Usage:
this.Clear
Parameters:
bool
|
|
Full Usage:
this.Contains
Parameters:
'T
Returns: bool
|
|
Full Usage:
this.ConvertAll
Parameters:
Converter<'T, 'TOutput>
Returns: ExposedList<'TOutput>
|
|
Full Usage:
this.CopyTo
Parameters:
'T[]
|
|
Full Usage:
this.CopyTo
Parameters:
'T[]
arrayIndex : int
|
|
Full Usage:
this.CopyTo
Parameters:
int
array : 'T[]
arrayIndex : int
count : int
|
|
Full Usage:
this.EnsureCapacity
Parameters:
int
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
this.FindIndex
Parameters:
int
count : int
match : Predicate<'T>
Returns: int
|
|
|
|
|
|
|
|
Full Usage:
this.FindLastIndex
Parameters:
int
count : int
match : Predicate<'T>
Returns: int
|
|
|
|
|
|
|
|
Full Usage:
this.GrowIfNeeded
Parameters:
int
|
|
Full Usage:
this.IndexOf
Parameters:
'T
Returns: int
|
|
Full Usage:
this.IndexOf
Parameters:
'T
index : int
Returns: int
|
|
Full Usage:
this.IndexOf
Parameters:
'T
index : int
count : int
Returns: int
|
|
Full Usage:
this.Insert
Parameters:
int
item : 'T
|
|
|
|
Full Usage:
this.LastIndexOf
Parameters:
'T
Returns: int
|
|
Full Usage:
this.LastIndexOf
Parameters:
'T
index : int
Returns: int
|
|
Full Usage:
this.LastIndexOf
Parameters:
'T
index : int
count : int
Returns: int
|
|
Full Usage:
this.Pop
Returns: 'T
|
Pops the last item of the list. If the list is empty, Pop throws an InvalidOperationException.
|
Full Usage:
this.Remove
Parameters:
'T
Returns: bool
|
|
|
|
Full Usage:
this.RemoveAt
Parameters:
int
|
|
Full Usage:
this.RemoveRange
Parameters:
int
count : int
|
|
|
|
Full Usage:
this.Reverse
|
|
Full Usage:
this.Reverse
Parameters:
int
count : int
|
|
Full Usage:
this.Sort
|
|
|
|
|
|
|
|
Full Usage:
this.ToArray
Returns: 'T[]
|
|
Full Usage:
this.TrimExcess
|
|
|
|