[Missing <summary> documentation for "T:Bespoke.Common.SubArray`1"]

Namespace:  Bespoke.Common
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public class SubArray<T> : IEnumerable<T>, 
	IEnumerable
Visual Basic (Declaration)
Public Class SubArray(Of T) _
	Implements IEnumerable(Of T), IEnumerable
Visual C++
generic<typename T>
public ref class SubArray : IEnumerable<T>, 
	IEnumerable

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Bespoke.Common.SubArray`1"]

Inheritance Hierarchy

System..::.Object
  Bespoke.Common..::.SubArray<(Of <(T>)>)

See Also