ARCed.Scintilla.AnnotationCollection.ShouldSerialize C# (CSharp) Method

ShouldSerialize() private method

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