[Missing <summary> documentation for "M:VVVV.Utils.IntPtrExtensions.ElementAt``1(System.IntPtr,System.Int32)"]

Namespace: VVVV.Utils
Assembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871

Syntax

C#
public static T ElementAt<T>(
	this IntPtr ptr,
	int index
)

Parameters

ptr
Type: System..::..IntPtr

[Missing <param name="ptr"/> documentation for "M:VVVV.Utils.IntPtrExtensions.ElementAt``1(System.IntPtr,System.Int32)"]

index
Type: System..::..Int32

[Missing <param name="index"/> documentation for "M:VVVV.Utils.IntPtrExtensions.ElementAt``1(System.IntPtr,System.Int32)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:VVVV.Utils.IntPtrExtensions.ElementAt``1(System.IntPtr,System.Int32)"]

Return Value

[Missing <returns> documentation for "M:VVVV.Utils.IntPtrExtensions.ElementAt``1(System.IntPtr,System.Int32)"]

Usage Note

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

See Also