FormControl.getCoCState(String) Method

Definition

public:
 virtual System::Collections::Generic::Stack<int> ^ getCoCState(System::String ^ methodName);
public System.Collections.Generic.Stack<int> getCoCState (string methodName);
abstract member getCoCState : string -> System.Collections.Generic.Stack<int>
override this.getCoCState : string -> System.Collections.Generic.Stack<int>
Public Function getCoCState (methodName As String) As Stack(Of Integer)

Parameters

methodName
String

Returns

Applies to