PrimitivesCollectionIsHandled Method

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public bool IsHandled(
	SessionProfile sessionProfile,
	Entry value,
	out PluginInfo pluginInfo,
	IEvaluationActionContext ctx,
	bool legacyCheck,
	bool standard = true
)

Parameters

sessionProfile  SessionProfile
 
value  Entry
 
pluginInfo  PluginInfo
 
ctx  IEvaluationActionContext
 
legacyCheck  Boolean
 
standard  Boolean  (Optional)
 

Return Value

Boolean

See Also