WeakShortReferenceListT Methods |
The WeakShortReferenceListT generic type exposes the following members.
Name | Description | |
---|---|---|
Add |
Adds an item to a list
(Overrides WeakReferenceListBaseTAdd(T).) | |
AddRange |
Adds the elements of the given collection to the end of this list.
(Overrides WeakReferenceListBaseTAddRange(IEnumerableT).) | |
Clear |
Removes all items from the list and frees the array
(Overrides WeakReferenceListBaseTClear.) | |
Insert |
Inserts an item at a specified index
(Overrides WeakReferenceListBaseTInsert(Int32, T).) | |
InsertRange |
Inserts the elements of the given collection at a given index.
(Overrides WeakReferenceListBaseTInsertRange(Int32, IEnumerableT).) | |
Remove |
Remove an item
(Overrides WeakReferenceListBaseTRemove(T).) | |
RemoveAt |
Removes an item at a specified index
(Overrides WeakReferenceListBaseTRemoveAt(Int32).) | |
RemoveRange |
Removes a range of items
(Overrides WeakReferenceListBaseTRemoveRange(Int32, Int32).) |
Name | Description | |
---|---|---|
GetT | (Defined by GraphHelpers.) | |
ToStringDetails(SessionBase, Boolean) | Overloaded.
Object details as a string
(Defined by Utilities.) | |
ToStringDetails(Schema, TypeVersion, Boolean) | Overloaded.
Currently only used by Database Manager
(Defined by Utilities.) |