ConversionTCreateFunction(T, Int32) Method

Preparing of the next stack element.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
protected abstract T CreateFunction(
	T prev,
	int argsCount
)

Parameters

prev  T
 
argsCount  Int32
 

Return Value

T

See Also