CFGLib.Parsers.Forests.ForestOption.ForestOption C# (CSharp) Method

ForestOption() private method

private ForestOption ( Family family ) : System
family Family
return System
		internal ForestOption(Family family) {
			_family = family;
		}