System.Reactive.ExperimentalAttribute public sealed class ExperimentalAttribute : Attribute Marks the program elements that are experimental. This class cannot be inherited. Documentation Code namespace System.Reactive { public sealed class ExperimentalAttribute : Attribute { public ExperimentalAttribute(); } }