ByteValue-Konstruktor (ByteValue)
Initializes a new instance of the ByteValue by deep copy.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Sub New ( _
source As ByteValue _
)
'Usage
Dim source As ByteValue
Dim instance As New ByteValue(source)
public ByteValue(
ByteValue source
)
Parameter
- source
Typ: DocumentFormat.OpenXml.ByteValue