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