Exemplo n.º 1
0
 protected Member(Construct construct) : base(construct)
 {
     Debug.Assert(construct.HasFlag(Construct.Member));
 }
Exemplo n.º 2
0
Arquivo: Type.cs Projeto: ETLang/Gluon
 protected Type(Construct construct) : base(construct)
 {
     Debug.Assert(construct.HasFlag(Construct.Type));
 }