Mono.TextEditor.TextViewMargin.DisposeLayoutDict C# (CSharp) Method

DisposeLayoutDict() private method

private DisposeLayoutDict ( ) : void
return void
		internal void DisposeLayoutDict ()
		{
			textEditor.CheckUIThread ();
			foreach (LayoutDescriptor descr in layoutDict.Values) {
				descr.Dispose ();
			}
			layoutDict.Clear ();
		}