예제 #1
0
 protected FunctionContainerBase(MastodonObjectCollection <T> collection, ConnectionType type)
 {
     this._objects        = collection;
     this._connectionType = type;
 }
예제 #2
0
 public TimelineFunctionContainerBase(MastodonObjectCollection <MastodonStatus> collection, ConnectionType type) : base(collection, type)
 {
 }