public TypeSignature(ElementType e, SimpleIndex typeIndex, TypeSignature type) { Element = e; TypeIndex = typeIndex; Type = type; }
public TypeSignature(ElementType e, SimpleIndex typeIndex) { Element = e; TypeIndex = typeIndex; }