NRCompositeType.Methods Property NReflect
Gets a list of methods of this type.

Namespace: NReflect.NREntities
Assembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
Syntax

public List<NRMethod> Methods { get; private set; }

Implements

IMethodContainer.Methods
See Also