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;
        }