Пример #1
0
 public virtual int Test(out int a, out string s, out ClassWithOutParams c)
 {
     a = 0;
     s = string.Empty;
     c = new ClassWithOutParams();
     return(0);
 }
Пример #2
0
		public virtual int Test(out int a, out string s, out ClassWithOutParams c)
		{
			a = 0;
			s = string.Empty;
			c = new ClassWithOutParams();
			return 0;
		}