API ReferenceSandbox.Internal

IClassNameProviderclass

Provides internal class name for DisplayInfo of a member or a type.

objectIClassNameProvider
Namespace
Sandbox.Internal
Assembly
Sandbox.System
Declaration
public abstract interface Sandbox.Internal.IClassNameProvider

Properties1

Showing 1 properties

public virtual string Sandbox.Internal.IClassNameProvider.Value { get; set; }PUBLICVIRTUALGETSET

The class name. Typically a class name is all lower case, has spaces replaced by underscores (_) or dashes (-) and contains no other special symbols.

Returns:string

On this page