System.Reflection.Emit.EnumBuilder.FullName Property

Returns the full path of this enum.

Syntax

public override string FullName { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The returned format is "enclosingTypeFullName+nestedTypeName" for nested types and "typeName" for non-nested types.

Requirements

Namespace: System.Reflection.Emit
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0