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

Search Results for

    Interface ICsTupleTypeParameter

    The C# model definition for the TupleTypeParameter.

    Inherited Members
    ICsModel.LoadedFromSource
    ICsModel.Language
    ICsModel.ModelType
    ICsModel.SourceDocument
    ICsModel.GetModel<T>(string)
    ICsModel.GetModel(string)
    IModelStatus.IsLoaded
    IModelStatus.HasErrors
    IModelStatus.GetErrors()
    Namespace: CodeFactory.WinVs.Models.CSharp
    Assembly: CodeFactory.WinVs.dll
    Syntax
    public interface ICsTupleTypeParameter : ICsModel, IModelStatus

    Properties

    HasDefaultName

    Flag that determines if the named assigned to the tuple was system generated or defined in source.

    Declaration
    bool HasDefaultName { get; }
    Property Value
    Type Description
    bool

    Name

    The name assigned to the tuple parameter.

    Declaration
    string Name { get; }
    Property Value
    Type Description
    string

    TupleType

    The model with the type definition assigned to the tuple.

    Declaration
    CsType TupleType { get; }
    Property Value
    Type Description
    CsType
    © CodeFactory, LLC. All rights reserved.