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

LayoutWrapper() public method

public LayoutWrapper ( Mono.TextEditor.LayoutCache layout ) : System
layout Mono.TextEditor.LayoutCache
return System
			public LayoutWrapper (LayoutCache.LayoutProxy layout)
			{
				this.Layout = layout;
				this.IsUncached = false;
			}