CodeFactory for Windows CodeFactory for Windows
CodeFactory for Windows CodeFactory for Windows
CodeFactory

Search Results for

    Enum ParameterDefaultValueType

    Enumeration that determines the type of default value that is assigned to the value type.

    Namespace: CodeFactory.WinVs.Models.CSharp
    Assembly: CodeFactory.WinVs.dll
    Syntax
    public enum ParameterDefaultValueType

    Fields

    Name Description
    DefaultKeyWord

    The default keyword for the type should be used.

    None

    There is no default value or it is unknown

    NullKeyword

    The keyword that represents a null implementation of the type should be used.

    Value

    The provided literal value should be used for the default type.

    © CodeFactory, LLC. All rights reserved.