Example #1
0
 protected Member(Construct construct) : base(construct)
 {
     Debug.Assert(construct.HasFlag(Construct.Member));
 }
Example #2
0
File: Type.cs Project: ETLang/Gluon
 protected Type(Construct construct) : base(construct)
 {
     Debug.Assert(construct.HasFlag(Construct.Type));
 }