Collection4.

Get(Object) Method

Summary

returns the first object found in the Collections that equals() the passed object

Syntax

public Object Get(Object element)

Parameters

Name Type Description
element Object

Return Value

Type Description
Object