IType.ExtensionMethods Property
- Namespace
- Kampute.DocToolkit.Metadata
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets all extension methods applicable to the type in the containing assembly.
IEnumerable<IMethod> ExtensionMethods { get; }This property has a default implementation in the interface.
Property Value
- IEnumerable<IMethod>
- An enumerable collection of extension methods applicable to the type.
Remarks
This property is implemented by using deferred execution. The immediate return value is an object that stores all the information that is required to perform the action.
