CSharpUtilsTests.LinqExExtensionsTest.TestStruct.TestStruct C# (CSharp) Метод

TestStruct() публичный Метод

public TestStruct ( String Title = "", int Index ) : System
Title String
Index int
Результат System
			public TestStruct(String Title = "", int Index = 0)
			{
				this.Title = Title;
				this.Index = Index;
			}
LinqExExtensionsTest.TestStruct