System.Net.Logging.NclTraceSource.GetSupportedAttributes C# (CSharp) Method

GetSupportedAttributes() protected method

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