LumiSoft Net Help
Item Property (index)
NamespacesLumiSoft.Net.MIMEMIME_h_CollectionItem[([( Int32])])
Gets the element at the specified index.
Declaration Syntax
C#Visual BasicVisual C++F#
public MIME_h this[
	int index
] { get; }
Public ReadOnly Default Property Item ( 
	index As Integer
) As MIME_h
	Get
public:
property MIME_h^ default[int index] {
	MIME_h^ get (int index);
}
member Item : MIME_h with get
Parameters
index (Int32)
The zero-based index of the element to get.
Return Value
MIME_h
Returns the element at the specified index.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionIs raised when index is out of range.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119