System.ComponentModel.DelegatePropertyDescriptor.ShouldSerializeValue C# (CSharp) Méthode

ShouldSerializeValue() public méthode

public ShouldSerializeValue ( object component ) : bool
component object
Résultat bool
        public override bool ShouldSerializeValue(object component)
        {
            throw new NotImplementedException();
        }
    }