Beispiel #1
0
 public TaggedForms(TaggedForms other) : this(morphodita_csharpPINVOKE.new_TaggedForms__SWIG_1(TaggedForms.getCPtr(other)), true)
 {
     if (morphodita_csharpPINVOKE.SWIGPendingException.Pending)
     {
         throw morphodita_csharpPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #2
0
 public TaggedFormsEnumerator(TaggedForms collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
Beispiel #3
0
 public void SetRange(int index, TaggedForms values)
 {
     morphodita_csharpPINVOKE.TaggedForms_SetRange(swigCPtr, index, TaggedForms.getCPtr(values));
     if (morphodita_csharpPINVOKE.SWIGPendingException.Pending)
     {
         throw morphodita_csharpPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #4
0
        public static TaggedForms Repeat(TaggedForm value, int count)
        {
            global::System.IntPtr cPtr = morphodita_csharpPINVOKE.TaggedForms_Repeat(TaggedForm.getCPtr(value), count);
            TaggedForms           ret  = (cPtr == global::System.IntPtr.Zero) ? null : new TaggedForms(cPtr, true);

            if (morphodita_csharpPINVOKE.SWIGPendingException.Pending)
            {
                throw morphodita_csharpPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #5
0
        public TaggedForms GetRange(int index, int count)
        {
            global::System.IntPtr cPtr = morphodita_csharpPINVOKE.TaggedForms_GetRange(swigCPtr, index, count);
            TaggedForms           ret  = (cPtr == global::System.IntPtr.Zero) ? null : new TaggedForms(cPtr, true);

            if (morphodita_csharpPINVOKE.SWIGPendingException.Pending)
            {
                throw morphodita_csharpPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #6
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(TaggedForms obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }