MyStruct4.MyStruct4 C# (CSharp) Method

MyStruct4() public method

public MyStruct4 ( Int32 iValue ) : System
iValue System.Int32
return System
 public MyStruct4(Int32 iValue)
   {
   stValue = iValue;
   }
}