ICSharpCode.NRefactory.CSharp.FormattingOptionsFactory.CreateEmpty C# (CSharp) Method

CreateEmpty() public static method

Creates empty CSharpFormatting options.
public static CreateEmpty ( ) : CSharpFormattingOptions
return CSharpFormattingOptions
		public static CSharpFormattingOptions CreateEmpty()
		{
			return new CSharpFormattingOptions();
		}