PrimitivesCollection.GetEnumerator Method
Returns enumerator of the
PluginInfo objects by given arguments.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public abstract IEnumerator<KeyValuePair<TermInfo, PluginInfo>> GetEnumerator(
bool standard,
TermType type,
SessionProfile sessionProfile
)
Public MustOverride Function GetEnumerator (
standard As Boolean,
type As TermType,
sessionProfile As SessionProfile
) As IEnumerator(Of KeyValuePair(Of TermInfo, PluginInfo))
public:
virtual IEnumerator<KeyValuePair<TermInfo^, PluginInfo^>>^ GetEnumerator(
bool standard,
TermType type,
SessionProfile^ sessionProfile
) abstract
abstract GetEnumerator :
standard : bool *
type : TermType *
sessionProfile : SessionProfile -> IEnumerator<KeyValuePair<TermInfo, PluginInfo>>
- standard Boolean
- Option for the lookup.
- type TermType
- Type of the definition.
- sessionProfile SessionProfile
- Current session properties.
IEnumerator<KeyValuePair<TermInfo,
PluginInfo>>An enumerator of the
PluginInfo objects by given arguments.