ApiMember Constructor

Constructor

Definition

Namespace: Sandcastle.Core.Reflection
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public ApiMember(
	XElement apiMember,
	string key
)

Parameters

apiMember  XElement
The XML element containing the reflection information for the API member
key  String
An optional key to use as the member ID if the API member element does not contain it

See Also