Microsoft.Protocols.TestSuites.Common.ListsSoap.GetListCollection C# (CSharp) 메소드

GetListCollection() 개인적인 메소드

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