Table of Contents

Class InternalApi_DoNotUse_MayChangeWithoutNotice

Namespace
ToSic.Lib.Documentation
Assembly
ToSic.Lib.Core.dll

This attribute serves as metadata for other things to mark them as internal APIs. Use this on objects/properties/methods you want to document publicly for example to improve understanding of the system - but still mark as internal so people are warned

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

Constructors

InternalApi_DoNotUse_MayChangeWithoutNotice()

public InternalApi_DoNotUse_MayChangeWithoutNotice()

InternalApi_DoNotUse_MayChangeWithoutNotice(string)

public InternalApi_DoNotUse_MayChangeWithoutNotice(string comment = null)

Parameters

comment string