GenericTypeSelectorCommonTypes() private static method

private static GenericTypeSelectorCommonTypes ( ) : string[]
return string[]
Esempio n. 1
0
 public TypeSelector()
 {
     this.Init(TypeSelector.GenericTypeSelectorCommonTypes(), false);
 }
Esempio n. 2
0
 public TypeSelector(bool onlyComponents)
 {
     this.Init((!onlyComponents) ? TypeSelector.GenericTypeSelectorCommonTypes() : TypeSelector.s_ComponentTypeNames, onlyComponents);
 }