Microsoft.Protocols.TestSuites.SharedAdapter.FsshttpbResponse.FsshttpbResponse C# (CSharp) 메소드

FsshttpbResponse() 공개 메소드

Initializes a new instance of the FsshttpbResponse class.
public FsshttpbResponse ( ) : System.Collections.Generic
리턴 System.Collections.Generic
        public FsshttpbResponse()
        {
            this.CellSubResponses = new List<FsshttpbSubResponse>();
        }