Пример #1
0
 public bool TryLookupProperty(MathIdentifier propertyId, out IProperty value)
 {
     return(_properties.TryGetValue(propertyId, out value));
 }