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






The index of the element to remove.
Removes the element located at the specified index from this collection.
Syntax
'Declaration
 
Public Function RemoveAt( _
   ByVal index As System.Integer _
) As System.ServiceModel.Channels.MessageEncodingBindingElement
'Usage
 
Dim instance As MessageEncodingBindingElementCollection
Dim index As System.Integer
Dim value As System.ServiceModel.Channels.MessageEncodingBindingElement
 
value = instance.RemoveAt(index)
public System.ServiceModel.Channels.MessageEncodingBindingElement RemoveAt( 
   System.int index
)
public function RemoveAt( 
    index: System.Integer
): System.ServiceModel.Channels.MessageEncodingBindingElement; 
public function RemoveAt( 
   index : System.int
) : System.ServiceModel.Channels.MessageEncodingBindingElement;
public: System.ServiceModel.Channels.MessageEncodingBindingElement* RemoveAt( 
   System.int index
) 
public:
System.ServiceModel.Channels.MessageEncodingBindingElement^ RemoveAt( 
   System.int index
) 

Parameters

index
The index of the element to remove.
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