Borodar.ReorderableList.SerializedPropertyAdaptor.this C# (CSharp) Метод

this() публичный Метод

Gets element from list.
public this ( int index ) : UnityEditor.SerializedProperty
index int Zero-based index of element.
Результат UnityEditor.SerializedProperty
        public SerializedProperty this[int index]
        {
            get { return _arrayProperty.GetArrayElementAtIndex(index); }
        }