Click or drag to resize
Extend<ObjectType> Methods

The Extend< ObjectType> generic type exposes the following members.

Methods
  NameDescription
Public methodStatic memberWith<ExtensionType>
Extends the object with the given static extension
Public methodStatic memberWithMetadata<MetadataType>
Extends the object with the given static extension
Public methodStatic memberWithProperty<PropertyType>
Extends the type with a new generic property
Public methodStatic memberWithStaticProperty<PropertyType>(String)
Extends the type with a new generic static property
Public methodStatic memberWithStaticProperty<PropertyType>(String, Func<PropertyType>, Action<PropertyType>)
Extends the type with a new generic static property
Top
See Also