Esempio n. 1
0
 /// <summary>
 /// Get attribute value by <c>Key</c>
 /// </summary>
 /// <param name="Key">Attribute key.</param>
 /// <returns>Returns value of attribute.</returns>
 public string GetAttr(string Key)
 {
     return(mAttributes.ContainsKey(Key) ? mAttributes.GetValue(Key) : string.Empty);
 }