Class EventCollection
Inheritance
System.Object
EventCollection
Implements
System.IEquatable<EventCollection>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Oasys.Common.Logic.Helpers.GameData
Assembly: Oasys.Common.dll
Syntax
public class EventCollection : IEquatable<EventCollection>
Properties
Events
Declaration
public List<Event> Events { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Event> |
Implements
System.IEquatable<T>