PrimitivesCollectionGetEnumerator Method

Returns enumerator of the PluginInfo objects by given arguments.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public abstract IEnumerator<KeyValuePair<TermInfo, PluginInfo>> GetEnumerator(
	bool standard,
	TermType type,
	SessionProfile sessionProfile
)

Parameters

standard  Boolean
Option for the lookup.
type  TermType
Type of the definition.
sessionProfile  SessionProfile
Current session properties.

Return Value

IEnumeratorKeyValuePairTermInfo, PluginInfo
An enumerator of the PluginInfo objects by given arguments.

See Also