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

            return(obj);
        }