Property MaxDoc
MaxDoc
Returns one greater than the largest possible document number. this may be used to, e.g., determine how big to allocate an array which will have an element for every document number in an index.
Declaration
public abstract long MaxDoc { get; }
Property Value
Type | Description |
---|---|
System.Int64 |