CodeFactory Platform CodeFactory Platform
CodeFactory Platform CodeFactory Platform
CodeFactory

Search Results for

    Interface ICsGeneric

    Definition that determines if the c# model implements generics.

    Inherited Members
    IDotNetGeneric.IsGeneric
    IDotNetGeneric.HasStrongTypesInGenerics
    Namespace: CodeFactory.DotNet.CSharp
    Assembly: CodeFactory.DotNet.dll
    Syntax
    public interface ICsGeneric : IDotNetGeneric

    Properties

    | Improve this Doc View Source

    GenericParameters

    List of the generic parameters assigned.

    Declaration
    IReadOnlyList<CsGenericParameter> GenericParameters { get; }
    Property Value
    Type Description
    IReadOnlyList<CsGenericParameter>
    | Improve this Doc View Source

    GenericTypes

    List of the strong types that are implemented for each generic parameter. This will be an empty List when there is no generic types implemented.

    Declaration
    IReadOnlyList<CsType> GenericTypes { get; }
    Property Value
    Type Description
    IReadOnlyList<CsType>
    © CodeFactory, LLC. All rights reserved.