ReadOnlyCoronaLuaEventProperties Class |
Wraps an existing CoronaLuaEventProperties object, providing read-only access to the collection's properties.
Note that this read-only collection cannot prevent modifications of mutables property values.
Namespace: CoronaLabs.Corona.WinRT
The ReadOnlyCoronaLuaEventProperties type exposes the following members.
Name | Description | |
---|---|---|
![]() | ReadOnlyCoronaLuaEventProperties | Creates a new read-only wrapper around the given mutable properties collection. |
Name | Description | |
---|---|---|
![]() | Contains | Determines if the given property name exists in the collection. |
![]() | Equals | (Inherited from Object.) |
![]() | First | Gets an iterator that can be used to traverse all properties in the collection via a foreach loop. |
![]() | Get | Fetches a property value from the collection by its property name. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |