RMLNamedNodeMap
Summary
Remarks
Danger
All calls made within this class MUST be performed on the Master Thread. See Threads.RunLater on how to safely call this from an asynchronous thread. Failure to comply with this can cause catastrophical failures as the engine is not designed for this.
Definition
Namespace: SDT4.Managed.UI.RML
Assembly: SDT4.Managed.UI.dll
sealed class RMLNamedNodeMap
Inheritance:
Object ➔ DynamicObject ➔ RMLNamedNodeMap
Implements:
IDynamicMetaObjectProvider
Fields
| Name | Type | Description |
|---|---|---|
Properties
| Name | Type | Description |
|---|---|---|
public get; set; Item |
RMLVariant | |
public get; Length |
Int32 |
Methods
public virtual Boolean TryGetMember(GetMemberBinder binder, out Object result)
Parameters:
-
binder(GetMemberBinder): -
result(Object):
Returns:
public virtual Boolean TrySetMember(SetMemberBinder binder, Object? value)
Parameters:
-
binder(SetMemberBinder): -
value(Object?):
Returns: