MetadataListItemT Constructor |
Constructs list item with given key and free text.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public MetadataListItem(
string key,
string freeText
)
Public Sub New (
key As String,
freeText As String
)
public:
MetadataListItem(
String^ key,
String^ freeText
)
new :
key : string *
freeText : string -> MetadataListItem
Parameters
- key
- Type: SystemString
The key, which might not be unique among items in the list. - freeText
- Type: SystemString
The top level free-text information, such as a location string.
See Also