Inheritance: TpmStructureBase, ICapabilitiesUnion
Ejemplo n.º 1
0
 public CcArray(CcArray the_CcArray)
 {
     if((Object) the_CcArray == null ) throw new ArgumentException(Globs.GetResourceString("parmError"));
     commandCodes = the_CcArray.commandCodes;
 }