Edit

Share via


AsnReader.HasData Property

Definition

Gets an indication of whether the reader has remaining data available to process.

public:
 property bool HasData { bool get(); };
public bool HasData { get; }
member this.HasData : bool
Public ReadOnly Property HasData As Boolean

Property Value

true if there is more data available for the reader to process; otherwise, false.

Applies to