MonoDevelop.CSharp.Formatting.CSharpFormattingProfileDialog.GetValue C# (CSharp) Method

GetValue() private method

private GetValue ( string propertyName ) : object
propertyName string
return object
		object GetValue (string propertyName)
		{
			var info = GetPropertyByName (propertyName);
			return info.GetValue (profile, null);
		}