Overload List
Name | Description | |
---|---|---|
![]() | DOFArray(DOFValue) | Construct an array from an array of values. The element type of the array is determined
from the values themselves through compatibility checking. If the input array has zero
length then the element type will be valid, but imcompatible with any other type.
|
![]() | DOFArray(IListDOFValue) | Initializes a new instance of the DOFArray class |
![]() | DOFArray(DOFArrayType, DOFPacket) | Create an instance from serialized form.
|
![]() | DOFArray(DOFArrayType, DOFValue) | Create a DOFArray from an array type an an array of DOFValues.
|
See Also