ReservationCollection.Contains(Int64) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether a reservation of the specified size has been made. This method cannot be inherited.
public:
virtual bool Contains(long size);
public bool Contains(long size);
abstract member Contains : int64 -> bool
override this.Contains : int64 -> bool
Public Function Contains (size As Long) As Boolean
- size
- Int64
The size to locate in the collection.
true
if at least one reservation of the specified size has been made; otherwise, false
.
The method was called after the sequence has been disposed of.
There is not enough memory to continue the execution of the program.
Access for the specified log store is denied by the operating system.
Product | Versions |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: