GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoCollection Class / First Property
In This Topic
    First Property (GoCollection)
    In This Topic
    Gets the first object in this collection.
    Syntax
    public virtual GoObject First {get;}

    Property Value

    If this collection is empty, this value is null.
    See Also