Yaml .NET Parser

Binary Constructor (Byte[])

Binary constructor from byte array

public Binary(
   Byte[] val
);

Parameters

val
Missing <param> documentation for val

Remarks

This constructor only sets the reference, no new memory is allocated

See Also

Binary Class | Yaml Namespace | Binary Constructor Overload List