Class Extensions
Assembly: doc.dll
Syntax
public static class Extensions : object
Methods
|
Improve this Doc
View Source
CopyTo<T>(IEnumerable<T>, List<T>)
Declaration
public static void CopyTo<T>(this IEnumerable<T> source, List<T> destination)
Parameters
Type |
Name |
Description |
IEnumerable<T> |
source |
|
List<T> |
destination |
|
Type Parameters
|
Improve this Doc
View Source
GetStableHashCode(String)
Declaration
public static int GetStableHashCode(this string text)
Parameters
Type |
Name |
Description |
String |
text |
|
Returns
|
Improve this Doc
View Source
TryDequeue<T>(Queue<T>, out T)
Declaration
public static bool TryDequeue<T>(this Queue<T> source, out T element)
Parameters
Type |
Name |
Description |
Queue<T> |
source |
|
T |
element |
|
Returns
Type Parameters