Пример #1
0
 public void Init()
 {
     if (Interfaces == null)
     {
         Interfaces = new string[0];
     }
     if (Constructors == null)
     {
         Constructors = new ApiConstructor[0];
     }
     if (Properties == null)
     {
         Properties = new ApiProperty[0];
     }
     if (Fields == null)
     {
         Fields = new ApiField[0];
     }
     if (Methods == null)
     {
         Methods = new ApiMethod[0];
     }
     if (Events == null)
     {
         Events = new ApiEvent[0];
     }
 }
Пример #2
0
 public void Init()
 {
     if (Interfaces == null)
     {
         Interfaces = new string[0];
     }
     if (Properties == null)
     {
         Properties = new ApiProperty[0];
     }
     if (Methods == null)
     {
         Methods = new ApiMethod[0];
     }
     if (Events == null)
     {
         Events = new ApiEvent[0];
     }
 }