public static VoidClepsType GetVoidType() { if (singleton == null) { singleton = new VoidClepsType(); } return(singleton); }
public static VoidClepsType GetVoidType() { if(singleton == null) { singleton = new VoidClepsType(); } return singleton; }