ATMLModelLibrary.model.common.PhysicalInterface.ShouldSerializeItems C# (CSharp) Méthode

ShouldSerializeItems() public méthode

Test whether Items should be serialized
public ShouldSerializeItems ( ) : bool
Résultat bool
        public virtual bool ShouldSerializeItems()
        {
            return Items != null && Items.Count > 0;
        }