コード例 #1
0
        public static void ApplyTo(InternalWebMethodWorker that, InternalWebMethodInfo target)
        {
            //Console.WriteLine("InternalWebMethodWorker");

            // WriteXDocument Results null

            target.Results = that.ToArray();
        }
コード例 #2
0
		public static void ApplyTo(InternalWebMethodWorker that, InternalWebMethodInfo target)
		{
            //Console.WriteLine("InternalWebMethodWorker");

            // WriteXDocument Results null

			target.Results = that.ToArray();
		}
コード例 #3
0
 public static void Add(InternalWebMethodWorker that, InternalWebMethodInfo value)
 {
     that.Results.Add(value);
 }
コード例 #4
0
		public static void Add(InternalWebMethodWorker that, InternalWebMethodInfo value)
		{
			that.Results.Add(value);
		}