66 строки
2.1 KiB
Markdown
66 строки
2.1 KiB
Markdown
|
---
|
||
|
title: Create(T) Method (Constructor)
|
||
|
page_title: Create(T) Method (Constructor) | JustMock Documentation
|
||
|
description: Documentation page about Create(T) Method (Constructor).
|
||
|
previous_url: /m_telerik_justmock_mock_create__1_7.html
|
||
|
slug: m_telerik_justmock_mock_create__1_7
|
||
|
published: True
|
||
|
fullPath: api/n_telerik_justmock/t_telerik_justmock_mock/methods_t_telerik_justmock_mock/overload_telerik_justmock_mock_create/m_telerik_justmock_mock_create__1_7
|
||
|
category: "api"
|
||
|
---
|
||
|
|
||
|
# Mock.Create<T>Method (Constructor)
|
||
|
|
||
|
|
||
|
|
||
|
Creates a mocked instance from a given type with [RecursiveLoose](t_telerik_justmock_behavior) behavior.
|
||
|
|
||
|
|
||
|
**Namespace:** [Telerik.JustMock](n_telerik_justmock) <br> **Assembly:** Telerik.JustMock(in Telerik.JustMock.dll)
|
||
|
## Syntax
|
||
|
|
||
|
|
||
|
<div id="syntaxCodeBlocks" class="code"><span codeLanguage="CSharp"><table><tr><th>C#</th></tr><tr><td><pre xml:space="preserve"><span class="keyword">public</span> <span class="keyword">static</span> T <span class="identifier">Create</span><T>(
|
||
|
<a href="T_Telerik_JustMock_Constructor.html">Constructor</a> <span class="parameter">constructor</span>
|
||
|
)
|
||
|
</pre></td></tr></table></span><span codeLanguage="VisualBasicDeclaration"><table><tr><th>Visual Basic</th></tr><tr><td><pre xml:space="preserve"><span class="keyword">Public</span> <span class="keyword">Shared</span> <span class="keyword">Function</span> <span class="identifier">Create</span>(<span class="keyword">Of</span> T) ( _
|
||
|
<span class="parameter">constructor</span> <span class="keyword">As</span> <a href="T_Telerik_JustMock_Constructor.html">Constructor</a> _
|
||
|
) <span class="keyword">As</span> T</pre></td></tr></table></span></div>
|
||
|
|
||
|
|
||
|
|
||
|
constructor<br>
|
||
|
|
||
|
|
||
|
Type: [Telerik.JustMock.Constructor](t_telerik_justmock_constructor) <br>Specifies whether to call the base constructor
|
||
|
|
||
|
|
||
|
|
||
|
## Type Parameters
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
T<br>
|
||
|
|
||
|
|
||
|
Target type
|
||
|
|
||
|
|
||
|
Mock instance
|
||
|
|
||
|
## See Also
|
||
|
|
||
|
|
||
|
|
||
|
[Mock Class](t_telerik_justmock_mock)
|
||
|
|
||
|
[Mock Members](allmembers_t_telerik_justmock_mock)
|
||
|
|
||
|
[Create Overload](overload_telerik_justmock_mock_create)
|
||
|
|
||
|
[Telerik.JustMock Namespace](n_telerik_justmock)
|
||
|
|
||
|
|
||
|
|