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