Example #1
0
 public unsafe Friend(Declaration owningDeclaration, CppSharp.Parser.AST.Friend friend) : base(owningDeclaration, friend)
 {
     this.friend = friend;
     this.friend.AssertNotNullAndOfType <CppSharp.Parser.AST.Friend>();
 }
Example #2
0
 public unsafe Friend(CppSharp.Parser.AST.Friend friend) : base(friend)
 {
     this.friend = friend;
     this.friend.AssertNotNullAndOfType <CppSharp.Parser.AST.Friend>();
 }