Dynamic array generic class. This class replicates SAL dynamic arrays. It can be used without being declared as an inner class by using the new generics syntax.

Namespace: PPJ.Runtime
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
[SerializableAttribute]
public class SalArray<T> : SalArray, IEnumerable<T>, 
	IEnumerable
where T : new()

Type Parameters

T

Inheritance Hierarchy

See Also