Skip to content

ArrayWrapper<T>

Namespace: SideXP.Core | Inherits from: ICollectionWrapper<T>

public class ArrayWrapper<T> : ICollectionWrapper<T>

Wraps an array in a container. This is useful to create custom property drawers for an entire array instead of each of its entries.

Properties

Elements

public T[] Elements

Inherited documentation.

Methods

GetEnumerator()

public IEnumerator<T> GetEnumerator()

Iterates through items in this collection.