Click or drag to resize
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.

Inheritance Hierarchy
SystemObject
  CoronaLabs.Corona.WinRTReadOnlyCoronaLuaEventProperties

Namespace: CoronaLabs.Corona.WinRT
Assembly: CoronaLabs (in CoronaLabs.dll) Version: 255.255.255.255
Syntax
public sealed class ReadOnlyCoronaLuaEventProperties : __IReadOnlyCoronaLuaEventPropertiesPublicNonVirtuals, 
	IIterable<IKeyValuePair<string, ICoronaBoxedData>>

The ReadOnlyCoronaLuaEventProperties type exposes the following members.

Constructors
  NameDescription
Public methodReadOnlyCoronaLuaEventProperties
Creates a new read-only wrapper around the given mutable properties collection.
Top
Methods
  NameDescription
Public methodContains
Determines if the given property name exists in the collection.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodFirst
Gets an iterator that can be used to traverse all properties in the collection via a foreach loop.
Public methodGet
Fetches a property value from the collection by its property name.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyCount
Fetches the number of properties stored in the collection.
Top
See Also