You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "James E. King III (JIRA)" <ji...@apache.org> on 2019/01/26 14:08:01 UTC

[jira] [Updated] (THRIFT-1851) C#: Use IReadOnlyList interface instead of List

     [ https://issues.apache.org/jira/browse/THRIFT-1851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James E. King III updated THRIFT-1851:
--------------------------------------
    Affects Version/s:     (was: 1.0)

This issue was marked as affecting version 1.0 which is not possible.   If you know which version this issue was discovered in, please mark it as such.

> C#: Use IReadOnlyList<T> interface instead of List<T>
> -----------------------------------------------------
>
>                 Key: THRIFT-1851
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1851
>             Project: Thrift
>          Issue Type: Improvement
>          Components: C# - Compiler, C# - Library
>            Reporter: Carl Yeksigian
>            Assignee: Carl Yeksigian
>            Priority: Minor
>
> It would be better if the generated code used the IReadOnlyList interface instead of the List so that callers would be able to use a different underlying class.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)