Persistate API documentation
Get2IntParameters Method (lang, methodCall, i1, i2)
NamespacesPersistateUtlGet2IntParameters(TargetLanguage, String, Int32%, Int32%)

[This is preliminary documentation and is subject to change.]

Retrieves the values of two integer parameters from the source code of a method call.
Declaration Syntax
C#
public static bool Get2IntParameters(
	TargetLanguage lang,
	string methodCall,
	out int i1,
	out int i2
)
Parameters
lang (TargetLanguage)
The language of the source code.
methodCall (String)
The source code of the call.
i1 (Int32%)
Returns the first integer parameter.
i2 (Int32%)
Returns the second integer parameter.
Return Value
True if two integer parameters were found and returned, otherwise false.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)