IMultiEntryMetadataAdd Method
|
Adds a new entry to the collection
Namespace:
Ingeniux.Runtime.Assets
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax Sub Add (
value As String
)
void Add(
String^ value
)
abstract Add :
value : string -> unit
Parameters
- value
- Type: SystemString
The string value to add
See Also