PrimitivesCollectionGetEnumerator Method

Definition

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

Parameters

standard  Boolean
 
type  TermType
 
sessionProfile  SessionProfile
 

Return Value

IEnumeratorKeyValuePairTermInfo, PluginInfo

See Also