System.Diagnostics.DelimitedListTraceListener.IsEnabled C# (CSharp) 메소드

IsEnabled() 개인적인 메소드

private IsEnabled ( TraceOptions opts ) : bool
opts TraceOptions
리턴 bool
        private bool IsEnabled(TraceOptions opts)
        {
            return (opts & TraceOutputOptions) != 0;
        }
    }