GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoCopyDelayedsCollection Class
Properties Methods


In This Topic
    GoCopyDelayedsCollection Class Members
    In This Topic

    The following tables list the members exposed by GoCopyDelayedsCollection.

    Public Constructors
     NameDescription
    Public ConstructorCreate a collection of delayed objects, used by GoCopyDictionary.  
    Top
    Public Properties
     NameDescription
    Public Property The number of objects whose copying needs additional work.  
    Public PropertyReturns true if the Count is zero.  
    Public Property True when this collection may not be modified -- but this is normally false.  
    Top
    Public Methods
     NameDescription
    Public Method Make sure a delayed object is present in this collection.  
    Public Method Remove all objects from this collection.  
    Public Method Return true if a particular object is in this collection.  
    Public Method Fill a newly allocated array with references to the source objects that were delayed.  
    Public Method Fill an array with references to the source objects that were copied but need additional work.  
    Public Method Return an iterator over all of the delayed objects.  
    Public Method Remove an object from this collection.  
    Top
    See Also