Gets a list of events of this type.
Namespace: NReflect.NREntitiesAssembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
public List<NREvent> Events { get; private set; }
Public Property Events As List(Of NREvent)
Get
Private Set
Public Property Events As List(Of NREvent)
Get
Private Set
public:
property List<NREvent^>^ Events {
List<NREvent^>^ get ();
private: void set (List<NREvent^>^ value);
}