OSS NAS Tools for C# for 5G for 3GPP Release 16.8.0
Oss.Nas5GS1680.UEPolicySectionManagementSubresultContents Class Reference

Represents the UEPolicySectionManagementSubresultContents type More...

Inherits List< Oss.Nas5GS1680.ResultI >, and SequenceOf.

Public Member Functions

 UEPolicySectionManagementSubresultContents ()
 Initializes a new instance of the UEPolicySectionManagementSubresultContents class. The instance is empty and has a default initial capacity. More...
 
 UEPolicySectionManagementSubresultContents (IEnumerable< Oss.Nas5GS1680.ResultI > collection)
 Initializes a new instance of the UEPolicySectionManagementSubresultContents class that contains elements copied from the specified collection and has a sufficient capacity to accommodate the number of copied elements. More...
 
 UEPolicySectionManagementSubresultContents (int capacity)
 Initializes a new instance of the UEPolicySectionManagementSubresultContents 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...
 

Detailed Description

Constructor & Destructor Documentation

◆ UEPolicySectionManagementSubresultContents() [1/3]

Oss.Nas5GS1680.UEPolicySectionManagementSubresultContents.UEPolicySectionManagementSubresultContents ( )
inline

Initializes a new instance of the UEPolicySectionManagementSubresultContents class. The instance is empty and has a default initial capacity.

◆ UEPolicySectionManagementSubresultContents() [2/3]

Oss.Nas5GS1680.UEPolicySectionManagementSubresultContents.UEPolicySectionManagementSubresultContents ( IEnumerable< Oss.Nas5GS1680.ResultI collection)
inline

Initializes a new instance of the UEPolicySectionManagementSubresultContents class that contains elements copied from the specified collection and has a sufficient capacity to accommodate the number of copied elements.

Parameters
collectionA collection whose elements are copied to the new UEPolicySectionManagementSubresultContents.

◆ UEPolicySectionManagementSubresultContents() [3/3]

Oss.Nas5GS1680.UEPolicySectionManagementSubresultContents.UEPolicySectionManagementSubresultContents ( int  capacity)
inline

Initializes a new instance of the UEPolicySectionManagementSubresultContents class. The instance is empty and has a specified capacity.

Parameters
capacityThe number of elements that the new UEPolicySectionManagementSubresultContents can initially store.

Member Function Documentation

◆ Copy()

object Oss.Nas5GS1680.UEPolicySectionManagementSubresultContents.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.Nas5GS1680.UEPolicySectionManagementSubresultContents.Equals ( object  right)
inline

Determines whether the specified object is equal to the current object.

Parameters
rightThe object to compare with this object.
Returns
true when the specified object is equal to the current object; otherwise, false.

◆ GetHashCode()

override int Oss.Nas5GS1680.UEPolicySectionManagementSubresultContents.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.