System.Net.Logging.NclTraceSource.GetSupportedAttributes C# (CSharp) 메소드

GetSupportedAttributes() 보호된 메소드

protected GetSupportedAttributes ( ) : string[]
리턴 string[]
            protected internal override string[] GetSupportedAttributes()
            {
                return Logging.SupportedAttributes;
            }
        }