Beispiel #1
0
 public NativeLayoutMethodNameAndSignatureVertexNode(NodeFactory factory, MethodDesc method)
 {
     _method    = method;
     _methodSig = factory.NativeLayout.MethodSignatureVertex(method);
 }