MonoDevelop.Projects.Formats.MSBuild.Section.Section C# (CSharp) Method

Section() public method

public Section ( string Key, string Val, int Start, int Count ) : System
Key string
Val string
Start int
Count int
return System
		public Section (string Key, string Val, int Start, int Count)
		{
			this.Key = Key;
			this.Val = Val;
			this.Start = Start;
			this.Count = Count;
		}
	}

Same methods

Section::Section ( ) : System
Section