VAGSuite.SymbolCollection.SymbolCollectionPropertyDescriptor.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)
            {
                return true;
            }