Interface IChildOfTParent

IChildOf<TParent> interface

public interface IChildOf<TParent>
    where TParent : class

Properties

NameDescription
LogicalIndex { get; }
LogicalParent { get; }

Methods

NameDescription
_SetLogicalParent(TParent, int)

See Also