Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
PInvokeHelper
Ast
StructOrUnionSpecifierWithDeclarations
C# Class PInvokeHelper.Ast.StructOrUnionSpecifierWithDeclarations
Inheritance:
StructOrUnionSpecifier
Datei anzeigen
Open project: EFanZh/EFanZh
Public Methods
Method
Description
StructOrUnionSpecifierWithDeclarations
(
StructOrUnion
structOrUnion
,
Identifier
identifier
,
StructDeclarationList
declarations
) :
ParserCombinators
Method Details
StructOrUnionSpecifierWithDeclarations()
public
method
public
StructOrUnionSpecifierWithDeclarations
(
StructOrUnion
structOrUnion
,
Identifier
identifier
,
StructDeclarationList
declarations
) :
ParserCombinators
structOrUnion
StructOrUnion
identifier
Identifier
declarations
StructDeclarationList
return
ParserCombinators