public Tpm2bTimeout(Tpm2bTimeout the_Tpm2bTimeout) { if((Object) the_Tpm2bTimeout == null ) throw new ArgumentException(Globs.GetResourceString("parmError")); buffer = the_Tpm2bTimeout.buffer; }
public Tpm2bTimeout(Tpm2bTimeout the_Tpm2bTimeout) : base(the_Tpm2bTimeout) { }