IMultiEntryMetadataRemove Method
|
Removes an entry from the collection
Namespace:
Ingeniux.Runtime.Assets
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax bool Remove(
string value
)
Function Remove (
value As String
) As Boolean
bool Remove(
String^ value
)
abstract Remove :
value : string -> bool
Parameters
- value
- Type: SystemString
The value to remove
Return Value
Type:
BooleanTrue if the value exists in collection, false otherwise
See Also