Click or drag to resize
DataIdInt32List Methods

The DataIdInt32List type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds an id to the end of the list.
Public methodAddRange
Adds the elements of the specified collection to the end of the list.
Public methodClone
Get a copy of this data id list.
Public methodGetInt32List
Get generic list.
Public methodMerge
Merge data object with this list. Only objects that are not already in the list are added to the list.
Top
Extension Methods
  NameDescription
Public Extension MethodCheckNotNull
Check that an argument is not null.
(Defined by ObjectExtension.)
Public Extension MethodCheckNull
Check that an argument is null.
(Defined by ObjectExtension.)
Public Extension MethodIsNotNull
Test if an object reference is not null.
(Defined by ObjectExtension.)
Public Extension MethodIsNull
Test if an object reference is null.
(Defined by ObjectExtension.)
Top
See Also