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

            return(obj);
        }