Gets an index of all objects of a certain type
Namespace:
VelocityDb.Session
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public 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