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

            return(obj);
        }