public IAsyncEnumerable<T> Source { get; set; }
Public Property Source As IAsyncEnumerable(Of T) Get Set
public: property IAsyncEnumerable<T>^ Source { IAsyncEnumerable<T>^ get (); void set (IAsyncEnumerable<T>^ value); }
member Source : IAsyncEnumerable<'T> with get, set
function get_Source(); function set_Source(value);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.