Api Filter CollectionAdd Type Child Method
Add a new member entry to this type collection
Definition
Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
True if merged without conflict or false if the merged member conflicted with an existing entry. The existing entry will take precedence.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public bool AddTypeChild(
string fullName,
string typeName,
string memberName
)VB
Public Function AddTypeChild (
fullName As String,
typeName As String,
memberName As String
) As BooleanC++
public:
bool AddTypeChild(
String^ fullName,
String^ typeName,
String^ memberName
)F#
member AddTypeChild :
fullName : string *
typeName : string *
memberName : string -> bool Parameters
Return Value
BooleanTrue if merged without conflict or false if the merged member conflicted with an existing entry. The existing entry will take precedence.
Remarks
Entries added by this method are exclusions based on namespace comment or <exclude/>
tag exclusions.