[Missing <summary> documentation for "M:TMD.Extensions.Unique``1(System.Collections.Generic.IEnumerable{``0})"]

Namespace: TMD
Assembly: Driver (in Driver.exe) Version: 1.0.0.0

Syntax

C#
public static List<T> Unique<T>(
	this IEnumerable<T> list
)

Parameters

list
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'T>)>)>

[Missing <param name="list"/> documentation for "M:TMD.Extensions.Unique``1(System.Collections.Generic.IEnumerable{``0})"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:TMD.Extensions.Unique``1(System.Collections.Generic.IEnumerable{``0})"]

Return Value

[Missing <returns> documentation for "M:TMD.Extensions.Unique``1(System.Collections.Generic.IEnumerable{``0})"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEnumerable<(Of <(<'T>)>)>. 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