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

            return(obj);
        }