Skip to the content.

< Back


Nested

Namespace: MyClassLib

A nested public type. See MyClass.StaticMethod(), MyClass.Counts(IDictionary<String, Int32>), and Dictionary<TKey, TValue>.

internal class Nested

Inheritance ObjectNested
Attributes NullableContextAttribute

Properties

Value

The nested value.

public int Value { get; set; }

Property Value

Int32

Constructors

Nested()

public Nested()

< Back