GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoCollection Class
/ Remove Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
Remove Method (GoCollection)
In This Topic
Remove any occurrence of an object from this collection.
Syntax
C#
public
virtual
bool
Remove(
GoObject
obj
)
Parameters
obj
Remarks
If this collection does not contain the object, nothing happens.
See Also
Reference
GoCollection Class
GoCollection Members