Chimney.MPD.ResponseConfig.ContinsResponse C# (CSharp) 메소드

ContinsResponse() 공개 메소드

public ContinsResponse ( string reponsestring ) : bool
reponsestring string
리턴 bool
        public bool ContinsResponse(string reponsestring)
        {
            return _response.ContainsValue(reponsestring);
        }