Пример #1
0
 public unsafe FunctionTemplate(CppSharp.Parser.AST.FunctionTemplate functionTemplate) : base(functionTemplate)
 {
     this.functionTemplate = functionTemplate;
     this.functionTemplate.AssertNotNullAndOfType <CppSharp.Parser.AST.FunctionTemplate>();
 }
Пример #2
0
 public unsafe FunctionTemplate(DeclarationContext owningDeclarationContext, CppSharp.Parser.AST.FunctionTemplate functionTemplate) : base(owningDeclarationContext, functionTemplate)
 {
     this.functionTemplate = functionTemplate;
     this.functionTemplate.AssertNotNullAndOfType <CppSharp.Parser.AST.FunctionTemplate>();
 }