Code cleanup.
This commit is contained in:
@@ -4,7 +4,7 @@ using System.Collections.Generic;
|
||||
|
||||
namespace Cryville.Crtr {
|
||||
public class CastedList<T> : IList<T>, IList, IReadOnlyList<T> {
|
||||
IList _list;
|
||||
readonly IList _list;
|
||||
public CastedList(IList list) {
|
||||
_list = list;
|
||||
}
|
||||
|
Reference in New Issue
Block a user