ARCed.Scintilla.AnnotationCollection.ShouldSerialize C# (CSharp) 메소드

ShouldSerialize() 개인적인 메소드

private ShouldSerialize ( ) : bool
리턴 bool
		internal bool ShouldSerialize()
		{
			return this.Visibility != AnnotationsVisibility.Hidden;
		}