Gets an index of all objects of a certain type
Namespace:
VelocityDb.Session
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic BTreeSet<T> Index<T>()
Public Function Index(Of T) As BTreeSet(Of T)
public:
generic<typename T>
BTreeSet<T>^ Index()
member Index : unit -> BTreeSet<'T>
Type Parameters
- T
- The type of object indexed
Return Value
Type:
BTreeSetTThe index
See Also