示例#1
0
 public AttachToHead()
 {
     Name = "AttachToHead";
     IsExtensionMethod = true;
     IsStatic          = true;
     DeclaringType     = new KnownStockTypes.ScriptCoreLib.JavaScript.Extensions.INodeExtensions();
     ReturnType        = new KnownStockTypes.System.Object();
 }
 public AttachToHead()
 {
     Name = "AttachToHead";
     IsExtensionMethod = true;
     IsStatic = true;
     DeclaringType = new KnownStockTypes.ScriptCoreLib.JavaScript.Extensions.INodeExtensions();
     ReturnType = new KnownStockTypes.System.Object();
 }