Syntax
Visual Basic (Declaration) | |
---|
<IKVM.Attributes.ThrowsAttribute(System.String[])>
<IKVM.Attributes.LineNumberTableAttribute()>
Public Overridable Function isCase( _
ByVal tag As CaseTag, _
ByVal stack() As net.windward.datasource.DataSourceNode, _
ByVal macroState As IMacroState _
) As Boolean |
C# | |
---|
[IKVM.Attributes.Throws(System.String[])]
[IKVM.Attributes.LineNumberTable()]
public virtual bool isCase(
CaseTag tag,
net.windward.datasource.DataSourceNode[] stack,
IMacroState macroState
) |
Managed Extensions for C++ | |
---|
[IKVM.Attributes.Throws(System.String[])]
[IKVM.Attributes.LineNumberTable()]
public: virtual bool isCase(
CaseTag* tag,
net.windward.datasource.DataSourceNode*[]* stack,
IMacroState* macroState
) |
C++/CLI | |
---|
[IKVM.Attributes.Throws(System.String[])]
[IKVM.Attributes.LineNumberTable()]
public:
virtual bool isCase(
CaseTag^ tag,
net.windward.datasource.array<DataSourceNode^>^ stack,
IMacroState^ macroState
) |
Parameters
- tag
- stack
- macroState
Requirements
Platforms: Windows 10, Windows NT, Windows Server
See Also