QuickObjects.ObjectBase Send comments on this topic.
IndexOf(Join) Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > JoinCollection Class > IndexOf Method : IndexOf(Join) Method
join
Join to locate within the collection.
Returns the index for the Join within the collection.

Syntax

C# 
public int IndexOf( 
   Join join
)

Parameters

join
Join to locate within the collection.

Return Value

Index of the Join.

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also