| GamePropertyCollection Methods |
The GamePropertyCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| AddT(Int32) |
Adds a property with the given ID.
| |
| AddT(String) |
Adds a property with with the given name.
| |
| AddT(GamePropertyMetadataT) |
Adds a property for the given metadata.
| |
| Equals(Object) |
Determines whether the specified Object is equal to this instance.
(Overrides ValueTypeEquals(Object).) | |
| Equals(GamePropertyCollection) |
Indicates whether the current object is equal to another object of the same type.
| |
| GetT(Int32) |
Gets the property with the given ID.
| |
| GetT(String) |
Gets the property with the given name.
| |
| GetT(GamePropertyMetadataT) |
Gets the property for the given metadata.
| |
| GetEnumerator |
Returns an enumerator that iterates through the collection.
| |
| GetHashCode |
Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Remove(Int32) |
Removes the property with the given ID.
| |
| Remove(IGamePropertyMetadata) |
Removes the property for the given metadata.
| |
| RemoveT(String) |
Removes the property with the given name.
| |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
| DoIGameProperty(ActionIGameProperty) | Overloaded.
Performs the given action on each element in a sequence when it is enumerated.
(Defined by LinqHelper.) | |
| DoIGameProperty(ActionIGameProperty, Int32) | Overloaded.
Performs the given action on each element (incorporating its index) in a sequence when it is
enumerated.
(Defined by LinqHelper.) | |
| ForEachIGameProperty(ActionIGameProperty) | Overloaded.
Immediately performs the given action on each element in a sequence.
(Defined by LinqHelper.) | |
| ForEachIGameProperty(ActionIGameProperty, Int32) | Overloaded.
Immediately performs the given action on each element (incorporating its index) in a
sequence.
(Defined by LinqHelper.) | |
| IndexOfIGameProperty |
Returns the index of the first element in a sequence that satisfies the specified condition.
(Defined by LinqHelper.) |
| Name | Description | |
|---|---|---|
| IEnumerableGetEnumerator |
Returns an enumerator that iterates through the collection.
|