Microsoft.Protocols.TestSuites.Common.ListsSoap.GetListCollection C# (CSharp) Method

GetListCollection() private method

private GetListCollection ( ) : GetListCollectionResponseGetListCollectionResult
return GetListCollectionResponseGetListCollectionResult
        public GetListCollectionResponseGetListCollectionResult GetListCollection()
        {
            object[] results = this.Invoke("GetListCollection", new object[0]);
            return ((GetListCollectionResponseGetListCollectionResult)(results[0]));
        }
ListsSoap