ATMLModelLibrary.model.test.TestResultIndictments.ShouldSerializeIndictment C# (CSharp) Метод

ShouldSerializeIndictment() публичный Метод

Test whether Indictment should be serialized
public ShouldSerializeIndictment ( ) : bool
Результат bool
        public virtual bool ShouldSerializeIndictment()
        {
            return Indictment != null && Indictment.Count > 0;
        }