DVTk API
IndexOf Method (value)
DVTkDvtkHighLevelInterface.Hl7.MessagesHl7ProtocolMessageCollectionIndexOf(Hl7ProtocolMessage)
DVTk API

[This is preliminary documentation and is subject to change.]

Determines the index of a specific item in the IList.
Declaration Syntax
C#Visual BasicVisual C++
public int IndexOf(
	Hl7ProtocolMessage value
)
Public Function IndexOf ( _
	value As Hl7ProtocolMessage _
) As Integer
public:
int IndexOf(
	Hl7ProtocolMessage^ value
)
Parameters
value (Hl7ProtocolMessage)
The item to locate in the IList.
Return Value
The index of value if found in the list; otherwise, -1.

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0