Example #1
0
 public TypeSignature(ElementType e, SimpleIndex typeIndex, TypeSignature type)
 {
     Element   = e;
     TypeIndex = typeIndex;
     Type      = type;
 }
Example #2
0
 public TypeSignature(ElementType e, SimpleIndex typeIndex)
 {
     Element   = e;
     TypeIndex = typeIndex;
 }