GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoCollection Class
Members
In This Topic
    GoCollection Class
    In This Topic
    This default implementation of IGoCollection just uses a List{GoObject}.
    Syntax
    [Serializable()]
    public class GoCollection : IGoCollection  
    Remarks
    This is a generic implementation of a collection of GoObjects. It does not raise any GoDocument Changed events as objects are added or removed from this collection.
    See Also