IElementAdder(TContext) Interface

Rotorz ReorderableList

IElementAdderTContext Interface
Interface for an object which adds elements to a context object of the type TContext.

Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntax
public interface IElementAdder<TContext>
public interface IElementAdder.<TContext>

Type Parameters

TContext
Type of the context object that elements can be added to.

The IElementAdderTContext type exposes the following members.

Methods
  NameDescription
Public methodAddElement
Adds an element of the specified type to the associated context object.
Public methodCanAddElement
Determines whether a new element of the specified type can be added to the associated context object.
Top
Properties
  NameDescription
Public propertyObject
Gets the context object.
Top
See Also