CSE.Content.ObjectConstruction.PublicClass_ProtectedParamCtor.PublicClass_ProtectedParamCtor C# (CSharp) Method

PublicClass_ProtectedParamCtor() protected method

protected PublicClass_ProtectedParamCtor ( int i, float f, Color color, Random random ) : System
i int
f float
color Color
random System.Random
return System
		protected PublicClass_ProtectedParamCtor(int i, float f, Color color, Random random) {
		}
	}
PublicClass_ProtectedParamCtor