Dictionary<Guid, ICondition> Conditions { get; }
ReadOnly Property Conditions As Dictionary(Of Guid, ICondition)
Get
property Dictionary<Guid, ICondition^>^ Conditions {
Dictionary<Guid, ICondition^>^ get ();
}
abstract Conditions : Dictionary<Guid, ICondition> with get