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

Search Results for

    Enum CsContainerType

    Definition of the different types of container based members are supported by the C# source code type.

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

    Fields

    Name Description
    Class

    The container implements a class model.

    Interface

    The container implements a interface model.

    Record

    The container implements a record model.

    RecordStructure

    The container implements a record structure model.

    Structure

    The container implements a structure model.

    Unknown

    The container is of an unknown type.

    © CodeFactory, LLC. All rights reserved.