Show / Hide Table of Contents

Enum NumberOfChildren

The various possible states of an instance of Children<T> NumberOfChildren

Namespace: Sawmill
Assembly: Sawmill.dll
Syntax
public enum NumberOfChildren : byte

Fields

Name Description
Many

The Children<T> contains an arbitrary number of elements.

None

The Children<T> contains no elements.

One

The Children<T> contains one element.

Two

The Children<T> contains two elements.

  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX