BlobReader.CurrentPointer 属性
定义
获取指向读取器当前位置的字节的指针。Gets a pointer to the byte at the current position of the reader.
public:
property System::Byte* CurrentPointer { System::Byte* get(); };
public byte* CurrentPointer { get; }
member this.CurrentPointer : nativeptr<byte>
属性值
- Byte*