CSE.Content.ObjectConstruction.InternalStruct_PrivateCtor.InternalStruct_PrivateCtor C# (CSharp) Метод

InternalStruct_PrivateCtor() приватный Метод

private InternalStruct_PrivateCtor ( int i, float f, Color color, Random random ) : System
i int
f float
color Color
random System.Random
Результат System
		private InternalStruct_PrivateCtor(int i, float f, Color color, Random random) {
			this.i = i;
			this.f = f;
			this.color = color;
			this.random = random;
		}
	}
InternalStruct_PrivateCtor