Class Group
Inheritance
System.Object
Group
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Cortext.Next.Playground
Assembly: Cortext.Next.Playground.dll
Syntax
public class Group
Properties
| Improve this Doc View SourceAverage
Declaration
public double Average { get; }
Property Value
Type | Description |
---|---|
System.Double |
People
Declaration
public ICollection<PersonWeave> People { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<PersonWeave> |