6 lines
89 B
C#
6 lines
89 B
C#
using System.Collections.Generic;
|
|
|
|
public class Test
|
|
{
|
|
public IList<dynamic> DynField;
|
|
} |