OpenApiByte Constructors
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.
Overloads
OpenApiByte(Byte) |
Initializes the OpenApiByte class. |
OpenApiByte(Byte[]) |
Initializes the OpenApiByte class. |
OpenApiByte(Byte)
Initializes the OpenApiByte class.
public OpenApiByte (byte value);
new Microsoft.OpenApi.Any.OpenApiByte : byte -> Microsoft.OpenApi.Any.OpenApiByte
Public Sub New (value As Byte)
Parameters
- value
- Byte
Applies to
OpenApiByte(Byte[])
Initializes the OpenApiByte class.
public OpenApiByte (byte[] value);
new Microsoft.OpenApi.Any.OpenApiByte : byte[] -> Microsoft.OpenApi.Any.OpenApiByte
Public Sub New (value As Byte())
Parameters
- value
- Byte[]