示例#1
0
 /// <summary>
 /// Initializes the object.  The base class does nothing.
 /// </summary>
 public static void __init__(CodeContext /*!*/ context, object self, [ParamDictionary] IDictionary <object, object> kwargs, params object[] args\u00F8)
 {
     InstanceOps.CheckInitArgs(context, kwargs, args\u00F8, self);
 }
示例#2
0
 /// <summary>
 /// Initializes the object.  The base class does nothing.
 /// </summary>
 public static void __init__(CodeContext /*!*/ context, object self, [NotNull] params object[] args\u00F8)
 {
     InstanceOps.CheckInitArgs(context, null, args\u00F8, self);
 }