Represents the PacketFilterList
type
More...
Inherits System.Collections.Generic.List< Oss.Nas1790.PacketFilter >, and Oss.Nas.SequenceOf.
|
| PacketFilterList () |
| Initializes a new instance of the PacketFilterList class. The instance is empty and has a default initial capacity.
|
|
| PacketFilterList (IEnumerable< Oss.Nas1790.PacketFilter > collection) |
| Initializes a new instance of the PacketFilterList class that contains elements copied from the specified collection and has a sufficient capacity to accommodate the number of copied elements. More...
|
|
| PacketFilterList (int capacity) |
| Initializes a new instance of the PacketFilterList 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 PacketFilterList
type
◆ PacketFilterList() [1/2]
Initializes a new instance of the PacketFilterList
class that contains elements copied from the specified collection and has a sufficient capacity to accommodate the number of copied elements.
- Parameters
-
◆ PacketFilterList() [2/2]
Oss.Nas1790.PacketFilterList.PacketFilterList |
( |
int |
capacity | ) |
|
|
inline |
Initializes a new instance of the PacketFilterList
class. The instance is empty and has a specified capacity.
- Parameters
-
capacity | The number of elements that the new PacketFilterList can initially store. |
◆ Copy()
object Oss.Nas1790.PacketFilterList.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.PacketFilterList.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.PacketFilterList.GetHashCode |
( |
| ) |
|
|
inline |
Represents a hash function for a particular type.
- Returns
- A hash code for the current object.