[This is preliminary documentation and is subject to change.]
Gets a collection containing the resources in the set.
| C# |
public List<T> Resources { get; }
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.