NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

NameObjectCollectionBase.BaseRemove (Int32)

[To be supplied.]

[Visual Basic]
Overloads Protected Sub BaseRemove( _
   ByVal index As Integer _
)
[C#]
protected void BaseRemove(
   int index
);
[C++]
protected: void BaseRemove(
   int index
);
[JScript]
protected function BaseRemove(
   index : int
);

Parameters

index
[To be supplied.]

See Also

NameObjectCollectionBase Class | NameObjectCollectionBase Members | System.Collections Namespace | NameObjectCollectionBase.BaseRemove Overload List