MethodAdapter.GetTypeParameters Method

Namespace
Kampute.DocToolkit.Metadata.Adapters
Assembly
  • Kampute.DocToolkit.dll

Definition

Retrieves the type parameters defined by the method.
protected virtual IEnumerable<ITypeParameter> GetTypeParameters()

Returns

IEnumerable<ITypeParameter>
An enumerable collection of ITypeParameter objects representing the type parameters defined by the method.