MetadataListItemTSubItems Property |
Gets the dictionary of attributes.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public Dictionary<string, T> SubItems { get; }
Public ReadOnly Property SubItems As Dictionary(Of String, T)
Get
public:
property Dictionary<String^, T>^ SubItems {
Dictionary<String^, T>^ get ();
}
member SubItems : Dictionary<string, 'T> with get
Property Value
Type:
DictionaryString,
TSee Also