Persistate API documentation
Resources Property
NamespacesPersistate.UtilResourceSlotSet<(Of <(<'T>)>)>Resources

[This is preliminary documentation and is subject to change.]

Gets a collection containing the resources in the set.
Declaration Syntax
C#
public List<T> Resources { get; }
Remarks
The result is a snapshot of the current contents of the set, and will not be affected by subsequent mutations to the ResourceSlotSet<(Of <(<'T>)>)>. This operation takes a time proportional to the capacity of the set.

Assembly: Persistate.Util (Module: Persistate.Util) Version: 0.6.1.20 (0.6.1.20)