System.ComponentModel.DelegatePropertyDescriptor.ShouldSerializeValue C# (CSharp) 메소드

ShouldSerializeValue() 공개 메소드

public ShouldSerializeValue ( object component ) : bool
component object
리턴 bool
        public override bool ShouldSerializeValue(object component)
        {
            throw new NotImplementedException();
        }
    }