public virtual CreateNewCellFunction<T> CreateNewCell { get; }
Public Overridable ReadOnly Property CreateNewCell As CreateNewCellFunction(Of T)
Get
public:
virtual property CreateNewCellFunction<T>^ CreateNewCell {
CreateNewCellFunction<T>^ get ();
}
function get_CreateNewCell();