public abstract IndividualEncodingBase<T> Create<T>()
where T : new(), SnapTypeBase<T>
Public MustOverride Function Create(Of T As {New, SnapTypeBase(Of T)}) As IndividualEncodingBase(Of T)public:
generic<typename T>
where T : gcnew(), SnapTypeBase<T>
virtual IndividualEncodingBase<T>^ Create() abstract