Exemplo n.º 1
0
 public With()
 {
     Name              = "With";
     IsStatic          = true;
     IsExtensionMethod = true;
     DeclaringType     = new KnownStockTypes.ScriptCoreLib.Extensions.LinqExtensions();
 }
 public With()
 {
     Name = "With";
     IsStatic = true;
     IsExtensionMethod = true;
     DeclaringType = new KnownStockTypes.ScriptCoreLib.Extensions.LinqExtensions();
 }