Exemplo n.º 1
0
 /// <summary>
 ///     Initializes a new instance of the <see cref="DynamicRowBuffer" /> class.
 /// </summary>
 /// <param name="buffer">The object buffer.</param>
 public DynamicRowBuffer(IRowBuffer buffer)
     : base(buffer.ToDictionary())
 {
     _Buffer = buffer;
 }