Reflection Data SetIgnored Unresolved Property
This read-only property returns a bindable list of ignored unresolved assembly identities used for
building the reflection data.
Definition
Namespace: Sandcastle.Core.Reflection
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public IBindingList IgnoredUnresolved { get; }VB
Public ReadOnly Property IgnoredUnresolved As IBindingList
GetC++
public:
property IBindingList^ IgnoredUnresolved {
IBindingList^ get ();
}F#
member IgnoredUnresolved : IBindingList with get