DataInputReadCollection Method |
Read a collection from the stream in a given collection instance.
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic void ReadCollection(
IList list
)
Public Sub ReadCollection (
list As IList
)
public:
void ReadCollection(
IList^ list
)
member ReadCollection :
list : IList -> unit
Parameters
- list
- Type: System.CollectionsIList
Object which implements System::Collections::IList interface.
See Also