CSharpUtilsTests.LinqExExtensionsTest.TestStruct.TestStruct C# (CSharp) Method

TestStruct() public method

public TestStruct ( String Title = "", int Index ) : System
Title String
Index int
return System
			public TestStruct(String Title = "", int Index = 0)
			{
				this.Title = Title;
				this.Index = Index;
			}
LinqExExtensionsTest.TestStruct