Ejemplo n.º 1
0
 /// <summary>
 /// Returns the property type.
 /// </summary>
 /// <returns>
 /// Property type.
 /// </returns>
 public Type GetPropertyType() => PropertyId.GetPropertyType();
Ejemplo n.º 2
0
 /// <summary>
 /// Returns the property type.
 /// </summary>
 /// <returns>
 /// Property type.
 /// </returns>
 public Type GetPropertyType()
 {
     return(PropertyId.GetPropertyType());
 }