Table of Contents

Class InternalApi_DoNotUse_MayChangeWithoutNotice

Namespace
Oqtane.Documentation
Assembly
Oqtane.Shared.dll

This attribute serves as metadata for other things to mark them as internal APIs. Use this on stuff you want to document publicly, but mark as internal so people are warned

[AttributeUsage(AttributeTargets.All, AllowMultiple = true, Inherited = false)]
[PublicApi]
public class InternalApi_DoNotUse_MayChangeWithoutNotice : Attribute
Inheritance
InternalApi_DoNotUse_MayChangeWithoutNotice

Constructors

InternalApi_DoNotUse_MayChangeWithoutNotice()

The [InternalApi_DoNotUse_MayChangeWithoutNotice] attribute can be used without additional comment.

public InternalApi_DoNotUse_MayChangeWithoutNotice()

InternalApi_DoNotUse_MayChangeWithoutNotice(string)

Constructor with optional comment [InternalApi_DoNotUse_MayChangeWithoutNotice(some-comment)].

public InternalApi_DoNotUse_MayChangeWithoutNotice(string comment)

Parameters

comment string

Reason why it's internal, optional