ATMLModelLibrary.model.common.Interface.ShouldSerializePorts C# (CSharp) 메소드

ShouldSerializePorts() 공개 메소드

Test whether Ports should be serialized
public ShouldSerializePorts ( ) : bool
리턴 bool
        public virtual bool ShouldSerializePorts()
        {
            return Ports != null && Ports.Count > 0;
        }