WCF-Xtensions Class Reference for Mono
IndexOf Method (MessageEncodingBindingElementCollection)






The item whose index is to be determined.
Determines the index of a specific item in the collection.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal item As System.ServiceModel.Channels.MessageEncodingBindingElement _
) As System.Integer
'Usage
 
Dim instance As MessageEncodingBindingElementCollection
Dim item As System.ServiceModel.Channels.MessageEncodingBindingElement
Dim value As System.Integer
 
value = instance.IndexOf(item)
public System.int IndexOf( 
   System.ServiceModel.Channels.MessageEncodingBindingElement item
)
public function IndexOf( 
    item: System.ServiceModel.Channels.MessageEncodingBindingElement
): System.Integer; 
public function IndexOf( 
   item : System.ServiceModel.Channels.MessageEncodingBindingElement
) : System.int;
public: System.int IndexOf( 
   System.ServiceModel.Channels.MessageEncodingBindingElement* item
) 
public:
System.int IndexOf( 
   System.ServiceModel.Channels.MessageEncodingBindingElement^ item
) 

Parameters

item
The item whose index is to be determined.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MessageEncodingBindingElementCollection Class
MessageEncodingBindingElementCollection Members

Send Feedback