Example #1
0
 public new static Expando <TMember, TMember> Of(object e)
 {
     return(Expando.Of(e).To <Expando <TMember, TMember> >());
 }
Example #2
0
 static IFunction ConstructorOfTypeName(string e)
 {
     return(Expando.Of(Native.window).GetMember <IFunction>(e));
 }
Example #3
0
 public static string ToJSON(object p)
 {
     return(Expando.Of(p).ToJSON());
 }