Class ExGUIDArray

    • Constructor Detail

      • ExGUIDArray

        public ExGUIDArray​(List<ExGuid> content)
        Initializes a new instance of the ExGUIDArray class with specified value.
        Parameters:
        content - Specify the list of ExGuid contents.
      • ExGUIDArray

        public ExGUIDArray​(ExGUIDArray extendGuidArray)
        Initializes a new instance of the ExGUIDArray class, this is copy constructor.
        Parameters:
        extendGuidArray - Specify the ExGUIDArray where copies from.
      • ExGUIDArray

        public ExGUIDArray()
        Initializes a new instance of the ExGUIDArray class, this is the default constructor.