Example #1
0
        public static void M(ref MyStruct @this)
        {
            MyStruct myStruct = @this;

            myStruct.SomeMethod();
        }
Example #2
0
 public static void M(ref MyStruct @this)
 {
     @this.SomeMethod();
 }