CalendarParameterReader Members
Include Protected Members
Include Inherited Members
The CalendarParameterReader class returns information about parameters in an iCalendar stream.
The CalendarParameterReader type exposes the following members.
Properties
Name | Description | |
---|---|---|
Name | The Name property gets the name of the current parameter. | |
ParameterId | The ParameterId method gets a ParameterId enumeration value that identifies the current parameter. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from ValueType.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from ValueType.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ReadNextParameter | The ReadNextParameter method reads the next parameter. | |
ReadNextValue | The ReadNextValue method reads the next value in the current parameter. | |
ReadValue | The ReadValue method returns a string that contains the current value. | |
ToString | (Inherited from ValueType.) |
Top