Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgIntCollection
Add
Clear
Contains
GetCount
GetItem
IndexOf
Insert
MgIntCollection
Remove
RemoveAt
SetItem
virtual bool MgIntCollection::Contains
(
INT32
value
)
[virtual]
Returns true if the collection contains the specified item, false otherwise.
.NET Syntax
virtual bool Contains(int value);
Java Syntax
virtual boolean Contains(int value);
PHP Syntax
virtual bool Contains(int value);
Parameters:
value
(int) Input value
Returns:
Returns true if the collection contains the specified item, false otherwise
Comments or suggestions? Send us
feedback
.