ConstructorHistory..::..Keys Property

Namespace:  FastMoq.Models
Assembly:  FastMoq.Core (in FastMoq.Core.dll)

Syntax


public IEnumerable<Type> Keys { get; }
Public ReadOnly Property Keys As IEnumerable(Of Type)
	Get
public:
property IEnumerable<Type^>^ Keys {
	IEnumerable<Type^>^ get ();
}