OnLoadPropertyType() protected method

protected OnLoadPropertyType ( ) : TypeSpec
return TypeSpec
Ejemplo n.º 1
0
 public virtual TypeSpec LoadPropertyType(PropertySpec propertySpec)
 {
     if (propertySpec == null)
     {
         throw new ArgumentNullException(nameof(propertySpec));
     }
     return(propertySpec.OnLoadPropertyType());
 }
Ejemplo n.º 2
0
 public virtual TypeSpec LoadPropertyType(PropertySpec propertySpec)
 {
     if (propertySpec == null)
         throw new ArgumentNullException(nameof(propertySpec));
     return propertySpec.OnLoadPropertyType();
 }