GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoObject Class / Observers Property
In This Topic
    Observers Property
    In This Topic
    Gets an enumerator over the list of observer objects of this object.
    Syntax
    public GoCollectionEnumerator Observers {get;}

    Property Value

    A GoCollectionEnumerator that iterates over the GoObjects that are observers. Most objects do not have any observer objects. Their use does impose a performance penalty in both space and time.
    See Also