Example #1
0
 public uint AddLinearizedLocal(Stack <IRStackObject> pStack, IRType pType)
 {
     return(ParentMethod.AddLinearizedLocal(pStack, pType));
 }