net10.0
namespace Microsoft.Data.Analysis
{
    [DefaultMember("Item")]
    public class PrimitiveDataFrameColumn<T> : DataFrameColumn, IEnumerable, IEnumerable<T?>
        where T, unmanaged, struct
    {
        [Obsolete("Method is obsolete, use Apply(Func<T, T> func, bool inPlace = false) instead")]
        public PrimitiveDataFrameColumn<TResult> Apply<TResult>(Func<T?, TResult?> func)
            where TResult, unmanaged, struct;
    }
}
.NET
8.09.010.0
Information specific to net10.0
Assembly

Microsoft.Data.Analysis , Version=1.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51

Referencing

Your project needs a package reference to Microsoft.Data.Analysis.

Package Microsoft.Data.Analysis (0.23.0) net8.0
Obsolete Method is obsolete, use Apply(Func<T, T> func, bool inPlace = false) instead
Platform Restrictions

This API is supported on all platforms.

  • Built-in API
  • Package-provided API