Click or drag to resize
Akka.NETArrayLinearSeqT Class
TBD
Inheritance Hierarchy
SystemObject
  Akka.UtilArrayLinearSeqT

Namespace:  Akka.Util
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public class ArrayLinearSeq<T> : ILinearSeq<T>, 
	IEnumerable<T>, IEnumerable

Type Parameters

T
TBD

The ArrayLinearSeqT type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyHead
TBD
Public propertyIsEmpty
TBD
Top
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
Operators
Extension Methods
  NameDescription
Public Extension MethodAsInstanceOfT
TBD
(Defined by Extensions.)
Public Extension MethodConcatT
TBD
(Defined by Extensions.)
Public Extension MethodDropT
Scala alias for Skip
(Defined by Extensions.)
Public Extension MethodForEachT
Applies a delegate action to all elements of this enumerable.
(Defined by Extensions.)
Public Extension MethodGroupedT
Partitions elements in fixed size Credits to http://stackoverflow.com/a/13731854/465132
(Defined by EnumerableExtensions.)
Public Extension MethodHeadT
Scala alias for FirstOrDefault
(Defined by Extensions.)
Public Extension MethodIteratorT
TBD
(Defined by EnumeratorExtensions.)
Public Extension MethodMatchOverloaded.
Matches the specified target.
(Defined by PatternMatch.)
Public Extension MethodMatchTOverloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.)
Public Extension MethodShouldBeT
TBD
(Defined by AkkaSpecExtensions.)
Public Extension MethodShouldOnlyContainInOrderT
TBD
(Defined by AkkaSpecExtensions.)
Public Extension MethodTakeRightT
Selects last n elements.
(Defined by Extensions.)
Top
See Also