ATMLModelLibrary.model.test.TestResultIndictments.ShouldSerializeIndictment C# (CSharp) Méthode

ShouldSerializeIndictment() public méthode

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