Пример #1
0
 /// <summary>
 /// Returns the property type.
 /// </summary>
 /// <returns>
 /// Property type.
 /// </returns>
 public Type GetPropertyType() => PropertyId.GetPropertyType();
Пример #2
0
 /// <summary>
 /// Returns the property type.
 /// </summary>
 /// <returns>
 /// Property type.
 /// </returns>
 public Type GetPropertyType()
 {
     return(PropertyId.GetPropertyType());
 }