mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-06-27 13:33:13 +00:00
VarList
This commit is contained in:
@ -97,7 +97,7 @@ public class AutoList<T, ST> : IEnumerable<T>, ICollection, ICollection<T>
|
||||
/// Create a new instance of AutoList
|
||||
/// </summary>
|
||||
/// <param name="state">State object to be included when an event is raised.</param>
|
||||
public AutoList(ST state)
|
||||
public AutoList(ST state = default(ST))
|
||||
{
|
||||
State = state;
|
||||
#if NETSTANDARD
|
||||
|
Reference in New Issue
Block a user