Share via


RecordSortedList Constructors

Definition

Overloads

RecordSortedList()
RecordSortedList(Int32)
RecordSortedList(IntPtr)
RecordSortedList(Int32, Common)

RecordSortedList()

public:
 RecordSortedList();
public RecordSortedList ();
Public Sub New ()

Applies to

RecordSortedList(Int32)

public:
 RecordSortedList(int num1);
public RecordSortedList (int num1);
new Dynamics.AX.Application.RecordSortedList : int -> Dynamics.AX.Application.RecordSortedList
Public Sub New (num1 As Integer)

Parameters

num1
Int32

Applies to

RecordSortedList(IntPtr)

public:
 RecordSortedList(IntPtr ptr1);
public RecordSortedList (IntPtr ptr1);
new Dynamics.AX.Application.RecordSortedList : nativeint -> Dynamics.AX.Application.RecordSortedList
Public Sub New (ptr1 As IntPtr)

Parameters

ptr1
IntPtr

nativeint

Applies to

RecordSortedList(Int32, Common)

public:
 RecordSortedList(int num1, Microsoft::Dynamics::Ax::Xpp::Common ^ common1);
public RecordSortedList (int num1, Microsoft.Dynamics.Ax.Xpp.Common common1);
new Dynamics.AX.Application.RecordSortedList : int * Microsoft.Dynamics.Ax.Xpp.Common -> Dynamics.AX.Application.RecordSortedList
Public Sub New (num1 As Integer, common1 As Common)

Parameters

num1
Int32
common1
Common

Applies to