Represents the SEQUENCE OF
type
More...
Inherits System.Collections.Generic.List< Oss.Nas1790.RemoteUEUserIdentityWithLength >, and Oss.Nas.SequenceOf.
Public Member Functions | |
NAS1790_TuserIdentities () | |
Initializes a new instance of the NAS1790_TuserIdentities class. The instance is empty and has a default initial capacity. | |
NAS1790_TuserIdentities (IEnumerable< Oss.Nas1790.RemoteUEUserIdentityWithLength > collection) | |
Initializes a new instance of the NAS1790_TuserIdentities class that contains elements copied from the specified collection and has a sufficient capacity to accommodate the number of copied elements. More... | |
NAS1790_TuserIdentities (int capacity) | |
Initializes a new instance of the NAS1790_TuserIdentities class. The instance is empty and has a specified capacity. More... | |
override bool | Equals (object right) |
Determines whether the specified object is equal to the current object. More... | |
override int | GetHashCode () |
Represents a hash function for a particular type. More... | |
object | Copy () |
Creates a deep copy of this object. More... | |
Represents the SEQUENCE OF
type
|
inline |
Initializes a new instance of the NAS1790_TuserIdentities
class that contains elements copied from the specified collection and has a sufficient capacity to accommodate the number of copied elements.
collection | A collection whose elements are copied to the new NAS1790_TuserIdentities . |
|
inline |
Initializes a new instance of the NAS1790_TuserIdentities
class. The instance is empty and has a specified capacity.
capacity | The number of elements that the new NAS1790_TuserIdentities can initially store. |
|
inline |
Creates a deep copy of this object.
|
inline |
Determines whether the specified object is equal to the current object.
right | The object to compare with this object. |
true
when the specified object is equal to the current object; otherwise, false.
|
inline |
Represents a hash function for a particular type.