Represents the TAISubListElementList
type
More...
Inherits System.Collections.Generic.List< Oss.Nas1790.TAISubListElement >, and Oss.Nas.SequenceOf.
◆ TAISubListElementList() [1/2]
Initializes a new instance of the TAISubListElementList
class that contains elements copied from the specified collection and has a sufficient capacity to accommodate the number of copied elements.
- Parameters
-
◆ TAISubListElementList() [2/2]
Oss.Nas1790.TAISubListElementList.TAISubListElementList |
( |
int |
capacity | ) |
|
|
inline |
Initializes a new instance of the TAISubListElementList
class. The instance is empty and has a specified capacity.
- Parameters
-
◆ Copy()
object Oss.Nas1790.TAISubListElementList.Copy |
( |
| ) |
|
|
inline |
Creates a deep copy of this object.
- Returns
- A new object that is a deep copy of this instance.
◆ Equals()
override bool Oss.Nas1790.TAISubListElementList.Equals |
( |
object |
right | ) |
|
|
inline |
Determines whether the specified object is equal to the current object.
- Parameters
-
right | The object to compare with this object. |
- Returns
true
when the specified object is equal to the current object; otherwise, false.
◆ GetHashCode()
override int Oss.Nas1790.TAISubListElementList.GetHashCode |
( |
| ) |
|
|
inline |
Represents a hash function for a particular type.
- Returns
- A hash code for the current object.