Namespace: MonoSoftware.LLBLGen
Assembly: MonoSoftware.LLBLGen (in MonoSoftware.LLBLGen.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public static int IndexOf(
	this IPrefetchPath2 prefetchPath,
	IPrefetchPathElement2 prefetchPathElement
)
Visual Basic
<ExtensionAttribute> 
Public Shared Function IndexOf ( 
	prefetchPath As IPrefetchPath2,
	prefetchPathElement As IPrefetchPathElement2
) As Integer
Visual C++
public:
[ExtensionAttribute]
static int IndexOf(
	IPrefetchPath2^ prefetchPath, 
	IPrefetchPathElement2^ prefetchPathElement
)
F#
static member IndexOf : 
        prefetchPath : IPrefetchPath2 * 
        prefetchPathElement : IPrefetchPathElement2 -> int 

Parameters

prefetchPath
Type: IPrefetchPath2
prefetchPathElement
Type: IPrefetchPathElement2

Return Value

Type: Int32

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IPrefetchPath2. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also