| SerializedPropertyAdaptorItem Property  | 
            Gets element from list.
            
 
Namespace: Rotorz.ReorderableListAssembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntaxpublic SerializedProperty this[
	int index
] { get; }public function get this[
	index : int
]() : SerializedProperty
Parameters
- index
 - Type: SystemInt32
Zero-based index of element. 
Return Value
Type: 
SerializedProperty
            Serialized property wrapper for array element.
            
See Also