PERWAPI.Type.TypeSig C# (CSharp) Method

TypeSig() private method

private TypeSig ( MemoryStream str ) : void
str System.IO.MemoryStream
return void
        internal virtual void TypeSig(MemoryStream str)
        {
            throw new TypeSignatureException(this.GetType().AssemblyQualifiedName +
                " doesn't have a type signature!!");
        }