SignatureHeader(Byte) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the SignatureHeader structure using the specified byte value.
public:
SignatureHeader(System::Byte rawValue);
public SignatureHeader(byte rawValue);
new System.Reflection.Metadata.SignatureHeader : byte -> System.Reflection.Metadata.SignatureHeader
Public Sub New (rawValue As Byte)
Parameters
- rawValue
- Byte
The byte.