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

            return(obj);
        }