IWithOverloads.Overloads Property

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

Definition

Gets all the overloads of the member, excluding the member itself.
IEnumerable<IMember> Overloads { get; }

Property Value

IEnumerable<IMember>
An enumerable of IMember instances representing all overloads with the same name but different signatures. The member itself is excluded from this collection. The overloads are ordered by the number of parameters.