| TriggerContents Property |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "P:Monkeyspeak.Trigger.Contents"]
Namespace:
Monkeyspeak
Assembly:
Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax public IReadOnlyCollection<IExpression> Contents { get; set; }
Public Property Contents As IReadOnlyCollection(Of IExpression)
Get
Set
public:
property IReadOnlyCollection<IExpression^>^ Contents {
IReadOnlyCollection<IExpression^>^ get ();
void set (IReadOnlyCollection<IExpression^>^ value);
}
member Contents : IReadOnlyCollection<IExpression> with get, set
Property Value
Type:
IReadOnlyCollectionIExpressionSee Also