System.ComponentModel.CustomTypeDescriptor.GetAttributes C# (CSharp) Méthode

GetAttributes() public méthode

public GetAttributes ( ) : AttributeCollection
Résultat AttributeCollection
        public virtual AttributeCollection GetAttributes()
        {
            if (_parent != null)
            {
                return _parent.GetAttributes();
            }

            return AttributeCollection.Empty;
        }