SpecializedMemberWithParametersReference Constructor

Constructor

Definition

Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents.Targets (in Sandcastle.Tools.BuildComponents.Targets.dll) Version: 2024.12.21.0
public SpecializedMemberWithParametersReference(
	string prefix,
	SpecializedTypeReference specializedType,
	string memberName,
	IList<TypeReference> parameters
)

Parameters

prefix  String
The prefix
specializedType  SpecializedTypeReference
The specialized type
memberName  String
The member name
parameters  IListTypeReference
The parameters

See Also