// // Copyright (c) ZeroC, Inc. All rights reserved. // // // Ice version 3.7.11 // // // // Generated from file `EndpointF.ice' // // Warning: do not edit this file. // // // export namespace Ice { /** * A sequence of endpoints. */ type EndpointSeq = Ice.Endpoint[]; class EndpointSeqHelper { static write(outs:OutputStream, value:EndpointSeq):void; static read(ins:InputStream):EndpointSeq; } }