PinnedBufferTTarget Property |
Returns associated object of this instance.
Namespace:
Arsenal.ImageMounter.IO
Assembly:
Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax public T[] Target { get; }
Public ReadOnly Property Target As T()
Get
public:
property array<T>^ Target {
array<T>^ get ();
}
member Target : 'T[] with get
Property Value
Type:
TSee Also