ReadOnlyCollectionCodec<T>.ConvertFromSurrogate 方法

定义

System.Object.ConvertFromSurrogate(Orleans.Serialization.Codecs.ReadOnlyCollectionSurrogate{`0}@)
public override System.Collections.ObjectModel.ReadOnlyCollection<T> ConvertFromSurrogate (ref Orleans.Serialization.Codecs.ReadOnlyCollectionSurrogate<T> surrogate);
override this.ConvertFromSurrogate : ReadOnlyCollectionSurrogate -> System.Collections.ObjectModel.ReadOnlyCollection<'T>
Public Overrides Function ConvertFromSurrogate (ByRef surrogate As ReadOnlyCollectionSurrogate(Of T)) As ReadOnlyCollection(Of T)

参数

返回

适用于