Interface IExtensible
Defines an object extensible by other objects as properties
public interface IExtensible
- Extension Methods
Methods
Property<PropertyType>(string)
Returns the property of the object
GenericProperty<PropertyType> Property<PropertyType>(string propertyName) where PropertyType : new()
Parameters
propertyName
stringProperty name
Returns
- GenericProperty<PropertyType>
Type Parameters
PropertyType