ElementListGetter Delegate

Definition

Delegate that returns a list given a model element. Used for DomainPath traversal methods.

public delegate System::Collections::IList ^ ElementListGetter(ModelElement ^ startElement);
public delegate System.Collections.IList ElementListGetter(ModelElement startElement);
type ElementListGetter = delegate of ModelElement -> IList
Public Delegate Function ElementListGetter(startElement As ModelElement) As IList 

Parameters

startElement
ModelElement

Return Value

Applies to