Class Extensions
Contains generic extension methods.
Inheritance
System.Object
Extensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public static class Extensions
Methods
Contains(UInt32[], List<UInt32>, out Int32)
Returns true if this array contains the given sequence.
Declaration
public static bool Contains(this uint[] array, List<uint> sequence, out int start)
Parameters
|
System.UInt32[]
array
|
|
List<System.UInt32>
sequence
|
|
System.Int32
start
|
Returns
|
System.Boolean
|
Contains(UInt32[], UInt32[], out Int32)
Returns true if this array contains the given sequence.
Declaration
public static bool Contains(this uint[] array, uint[] sequence, out int start)
Parameters
|
System.UInt32[]
array
|
|
System.UInt32[]
sequence
|
|
System.Int32
start
|
Returns
|
System.Boolean
|