This class represents SIP value parameters collection.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public class SIP_ParameterCollection : IEnumerable
Public Class SIP_ParameterCollection Implements IEnumerable
public ref class SIP_ParameterCollection : IEnumerable
type SIP_ParameterCollection = class interface IEnumerable end
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
SIP_ParameterCollection()()()() |
Default constructor.
| |
Add(String, String) |
Adds new parameter to the collection.
| |
Clear()()()() |
Removes all parameters from the collection.
| |
Contains(String) |
Checks if the collection contains parameter with the specified name.
| |
Count |
Gets parameters count in the collection.
| |
Equals(Object) | (Inherited from Object.) | |
Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetEnumerator()()()() |
Gets enumerator.
| |
GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
Item[([( String])]) |
Gets specified parameter from collection. Returns null if parameter with specified name doesn't exist.
| |
MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Remove(String) |
Removes specified parameter from the collection.
| |
Set(String, String) |
Adds or updates specified parameter value.
| |
ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
Inheritance Hierarchy
Object | |
SIP_ParameterCollection |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119