Click or drag to resize
Akka.NETArrayLinearSeq<T> Methods

The ArrayLinearSeq< T> generic type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodTail
TBD
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodAsInstanceOf<T>
TBD
(Defined by Extensions.)
Public Extension MethodConcat<T>
TBD
(Defined by Extensions.)
Public Extension MethodDrop<T>
Scala alias for Skip
(Defined by Extensions.)
Public Extension MethodForEach<T>
Applies a delegate action to all elements of this enumerable.
(Defined by Extensions.)
Public Extension MethodGrouped<T>
Partitions elements in fixed size Credits to http://stackoverflow.com/a/13731854/465132
(Defined by EnumerableExtensions.)
Public Extension MethodHead<T>
Scala alias for FirstOrDefault
(Defined by Extensions.)
Public Extension MethodIterator<T>
TBD
(Defined by EnumeratorExtensions.)
Public Extension MethodMatch()Overloaded.
Matches the specified target.
(Defined by PatternMatch.)
Public Extension MethodMatch<T>()Overloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.)
Public Extension MethodShouldBe<T>
TBD
(Defined by AkkaSpecExtensions.)
Public Extension MethodShouldOnlyContainInOrder<T>
TBD
(Defined by AkkaSpecExtensions.)
Public Extension MethodTakeRight<T>
Selects last n elements.
(Defined by Extensions.)
Top
See Also