RMLEventParameters

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 RMLEventParameters
Inheritance:

Object ➔ RMLEventParameters

Implements:

IReadOnlyDictionary<String, RMLVariant>, IEnumerable<KeyValuePair<String, RMLVariant>>, IEnumerable, IReadOnlyCollection<KeyValuePair<String, RMLVariant>>

Fields

Name Type Description

Properties

Name Type Description
public get; Keys IEnumerable<String>
public get; Values IEnumerable<RMLVariant>
public get; Count Int32
public get; Item RMLVariant

Methods

public Boolean ContainsKey(String key)

Parameters:

Returns:


public Boolean TryGetValue(String key, out RMLVariant value)

Parameters:

Returns:


public IEnumerator<KeyValuePair<String, RMLVariant>> GetEnumerator()

Returns: