Reflection Data SetBinding Redirections Property
This read-only property returns a bindable list of binding redirections 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 BindingRedirections { get; }VB
Public ReadOnly Property BindingRedirections As IBindingList
GetC++
public:
property IBindingList^ BindingRedirections {
IBindingList^ get ();
}F#
member BindingRedirections : IBindingList with get