items Field
<DataMember()> _
Public Shadows items As Dictionary(Of EntityID, FileInfo)
This language is not supported or no code example is available.
[DataMember()]
new public Dictionary<EntityID, FileInfo> items
This language is not supported or no code example is available.
[DataMember()]
public:
Dictionary<EntityID^, FileInfo^>^ items;
This language is not supported or no code example is available.