ILNumerics Ultimate VS

ArrayDebuggerProxyT, LocalT, InT, OutT, RetT, StorageT Class

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
This class is for internal use only. Do not instantiate from this class!

[ILNumerics Core Module]

Inheritance Hierarchy

SystemObject
  ILNumerics.Core.GlobalArrayDebuggerProxyBase
    ILNumerics.Core.GlobalArrayDebuggerProxyT, LocalT, InT, OutT, RetT, StorageT

Namespace:  ILNumerics.Core.Global
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public class ArrayDebuggerProxy<T, LocalT, InT, OutT, RetT, StorageT> : ArrayDebuggerProxyBase
where LocalT : Mutable<T, LocalT, InT, OutT, RetT, StorageT>
where InT : Immutable<T, LocalT, InT, OutT, RetT, StorageT>
where OutT : Mutable<T, LocalT, InT, OutT, RetT, StorageT>
where RetT : ConcreteRetArray<T, LocalT, InT, OutT, RetT, StorageT>
where StorageT : new(), BaseStorage<T, LocalT, InT, OutT, RetT, StorageT>

Type Parameters

T
LocalT
InT
OutT
RetT
StorageT

The ArrayDebuggerProxyT, LocalT, InT, OutT, RetT, StorageT type exposes the following members.

Constructors

  NameDescription
Public methodArrayDebuggerProxyT, LocalT, InT, OutT, RetT, StorageT
Initializes a new instance of the ArrayDebuggerProxyT, LocalT, InT, OutT, RetT, StorageT class
Top
Properties

  NameDescription
Public propertyRows
Top
Methods

  NameDescription
Public methodDispose
Releases all resources used by the ArrayDebuggerProxyT, LocalT, InT, OutT, RetT, StorageT
Top
Remarks

[ILNumerics Core Module]

See Also

Reference