Gets a list of methods of this type.
Namespace: NReflectAssembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
public List<NRMethod> Methods { get; private set; }
Public Property Methods As List(Of NRMethod)
Get
Private Set
Public Property Methods As List(Of NRMethod)
Get
Private Set
public:
virtual property List<NRMethod^>^ Methods {
List<NRMethod^>^ get () sealed;
private: void set (List<NRMethod^>^ value) sealed;
}
Implements
IMethodContainer.Methods