Click or drag to resize

BinaryContent Constructor

Overload List
  NameDescription
Public methodBinaryContent(Object)
Constructor for create instance without known content at instance creation time.
Public methodBinaryContent(Byte, Object)
Constructor for create instance with known content at instance creation time.
Protected methodBinaryContent(SignatureType, Object)
Base constructor for inherited classes without known content at instance creation time.
Protected methodBinaryContent(Byte, SignatureType, Object)
Base constructor for inherited classes with known content at instance creation time.
Top
See Also