ConstructorHistory..::..TryGetValue Method
Namespace:
FastMoq.Models
Assembly: FastMoq.Core (in FastMoq.Core.dll)
Assembly: FastMoq.Core (in FastMoq.Core.dll)
Syntax
public bool TryGetValue( Type key, out ReadOnlyCollection<IHistoryModel> value )
Public Function TryGetValue ( _ key As Type, _ <OutAttribute> ByRef value As ReadOnlyCollection(Of IHistoryModel) _ ) As Boolean
public: bool^ TryGetValue( Type^ key, [OutAttribute] ReadOnlyCollection<IHistoryModel^>^% value )