LuaPartArray.Item Property

PartProxy

LuaPartArrayItem Property

Get the nth element of the array

Namespace:  PartProxy
Assembly:  PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public LuaPart this[
	int key
] { get; }
Public ReadOnly Default Property Item ( 
	key As Integer
) As LuaPart
	Get
public:
property LuaPart^ default[int key] {
	LuaPart^ get (int key);
}
member Item : LuaPart with get

Parameters

key
Type: SystemInt32
The key.

Return Value

Type: LuaPart
LuaPart.
See Also