public short* DataInt16 { get; set; }
Visual Basic does not support APIs that consume or return unsafe types.
public: property short* DataInt16 { short* get (); void set (short* value); }
F# does not support APIs that consume or return unsafe types.