OperatorAdapter.GetOperatorsWithSameName Method

Namespace
Kampute.DocToolkit.Metadata.Adapters
Assembly
  • Kampute.DocToolkit.dll

Definition

Retrieves operators from the specified type that have the same name as this operator.
protected IEnumerable<IOperator> GetOperatorsWithSameName(IType type, bool preserveOrder = false)

Parameters

type IType
The type to search for similar property names.
preserveOrder bool optional
Indicates whether to preserve the order of operators as they appear in the type.

Returns

IEnumerable<IOperator>
An enumerable collection of IOperator objects with same name as this operator.