public virtual System.Array CreateArray(int length) { ComAllegatoType[] collElem = new ComAllegatoType[length]; return(collElem); }
public virtual OracleTypes.IOracleCustomType CreateObject() { ComAllegatoType obj = new ComAllegatoType(); return(obj); }