ATMLModelLibrary.model.common.Collection.ShouldSerializeItem C# (CSharp) Méthode

ShouldSerializeItem() public méthode

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