INotImplementedWarningInfo

INotImplementedWarningInfo interface

Represents a warning about known not implemented feature which won’t be implemented in the near future.

public interface INotImplementedWarningInfo : IWarningInfo

Properties

NameDescription
AsIWarningInfo { get; }Returns IWarningInfo interface. Read-only IWarningInfo.

See Also