Reflection FilesCount Property
This returns the number of reflection files
Definition
Namespace: Sandcastle.Core.InheritedDocumentation
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 int Count { get; }VB
Public ReadOnly Property Count As Integer
GetC++
public:
property int Count {
int get ();
}F#
member Count : int with get