System.Net.Cache.HttpRequestCacheValidator.ParseWarningsCallbackMethod C# (CSharp) 메소드

ParseWarningsCallbackMethod() 개인적인 정적인 메소드

private static ParseWarningsCallbackMethod ( string s, int start, int end, IList list ) : void
s string
start int
end int
list IList
리턴 void
        private static void ParseWarningsCallbackMethod(string s, int start, int end, IList list) {
            if (end >= start && s[start] != '1') {
                ParseValuesCallbackMethod(s, start, end, list);
            }
        }
        //