ByteValue 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
ByteValue() |
Initializes a new instance of the ByteValue class. |
ByteValue(ByteValue) |
Initializes a new instance of the ByteValue class by deep copying the supplied ByteValue class. |
ByteValue(Byte) |
Initializes a new instance of the ByteValue class using the supplied Byte value. |
ByteValue()
Initializes a new instance of the ByteValue class.
public ByteValue ();
Public Sub New ()
Applies to
ByteValue(ByteValue)
public ByteValue (DocumentFormat.OpenXml.ByteValue source);
new DocumentFormat.OpenXml.ByteValue : DocumentFormat.OpenXml.ByteValue -> DocumentFormat.OpenXml.ByteValue
Public Sub New (source As ByteValue)