ExperimentalAttribute public sealed class ExperimentalAttribute : Attribute Marks the program elements that are experimental. This class cannot be inherited. Documentation Code namespace System.Reactive { [Experimental] [AttributeUsage(AttributeTargets.All)] public sealed class ExperimentalAttribute : Attribute { } }