Skip to content

Commit

Permalink
Updated RELEASENOTES and documentation api
Browse files Browse the repository at this point in the history
  • Loading branch information
Doraku committed Nov 15, 2024
1 parent e4b218f commit 2c34e65
Show file tree
Hide file tree
Showing 44 changed files with 108 additions and 112 deletions.
4 changes: 2 additions & 2 deletions documentation/DefaultUnDo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ M:DefaultUnDo.IUnDoManagerExtensions.Do``1(DefaultUnDo.IUnDoManager,System.Actio
T:DefaultUnDo.IUnDoManagerExtensions|DefaultUnDo/IUnDoManagerExtensions/index.md|IUnDoManagerExtensions
P:DefaultUnDo.GroupUnDo.MergeDescriptionAction|DefaultUnDo/GroupUnDo/MergeDescriptionAction.md|MergeDescriptionAction
P:DefaultUnDo.GroupUnDo.DefaultUnDo#IUnDo#Description|DefaultUnDo/GroupUnDo/DefaultUnDo.IUnDo.Description.md|DefaultUnDo.IUnDo.Description
M:DefaultUnDo.GroupUnDo.#ctor(System.Object,DefaultUnDo.IUnDo[])|DefaultUnDo/GroupUnDo/GroupUnDo.md#DefaultUnDo.GroupUnDo.GroupUnDo(object,DefaultUnDo.IUnDo[])|GroupUnDo(object, IUnDo[])
M:DefaultUnDo.GroupUnDo.#ctor(DefaultUnDo.IUnDo[])|DefaultUnDo/GroupUnDo/GroupUnDo.md#DefaultUnDo.GroupUnDo.GroupUnDo(DefaultUnDo.IUnDo[])|GroupUnDo(IUnDo[])
M:DefaultUnDo.GroupUnDo.#ctor(System.Object,System.ReadOnlySpan{DefaultUnDo.IUnDo})|DefaultUnDo/GroupUnDo/GroupUnDo.md#DefaultUnDo.GroupUnDo.GroupUnDo(object,scopedSystem.ReadOnlySpan_DefaultUnDo.IUnDo_)|GroupUnDo(object, scoped ReadOnlySpan<IUnDo>)
M:DefaultUnDo.GroupUnDo.#ctor(System.ReadOnlySpan{DefaultUnDo.IUnDo})|DefaultUnDo/GroupUnDo/GroupUnDo.md#DefaultUnDo.GroupUnDo.GroupUnDo(scopedSystem.ReadOnlySpan_DefaultUnDo.IUnDo_)|GroupUnDo(scoped ReadOnlySpan<IUnDo>)
M:DefaultUnDo.GroupUnDo.TryGetSingle``1(``0@)|DefaultUnDo/GroupUnDo/TryGetSingle_T_(T).md|TryGetSingle<T>(T)
M:DefaultUnDo.GroupUnDo.DefaultUnDo#IMergeableUnDo#TryMerge(DefaultUnDo.IUnDo,DefaultUnDo.IUnDo@)|DefaultUnDo/GroupUnDo/DefaultUnDo.IMergeableUnDo.TryMerge(IUnDo,IUnDo).md|DefaultUnDo.IMergeableUnDo.TryMerge(IUnDo, IUnDo)
M:DefaultUnDo.GroupUnDo.DefaultUnDo#IUnDo#Do|DefaultUnDo/GroupUnDo/DefaultUnDo.IUnDo.Do().md|DefaultUnDo.IUnDo.Do()
Expand Down
1 change: 0 additions & 1 deletion documentation/NEXT_RELEASENOTES.txt
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
- added net9.0
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

| Overloads | |
| :--- | :--- |
| [CollectionUnDo\(object, ICollection&lt;T&gt;, T, bool\)](DefaultUnDo/CollectionUnDo_T_/CollectionUnDo_T_.md#DefaultUnDo.CollectionUnDo_T_.CollectionUnDo(object,System.Collections.Generic.ICollection_T_,T,bool) 'DefaultUnDo\.CollectionUnDo\<T\>\.CollectionUnDo\(object, System\.Collections\.Generic\.ICollection\<T\>, T, bool\)') | Initialise an instance of [CollectionUnDo&lt;T&gt;](index.md 'DefaultUnDo\.CollectionUnDo\<T\>')\. |
| [CollectionUnDo\(ICollection&lt;T&gt;, T, bool\)](DefaultUnDo/CollectionUnDo_T_/CollectionUnDo_T_.md#DefaultUnDo.CollectionUnDo_T_.CollectionUnDo(System.Collections.Generic.ICollection_T_,T,bool) 'DefaultUnDo\.CollectionUnDo\<T\>\.CollectionUnDo\(System\.Collections\.Generic\.ICollection\<T\>, T, bool\)') | Initialise an instance of [CollectionUnDo&lt;T&gt;](index.md 'DefaultUnDo\.CollectionUnDo\<T\>')\. |
| [CollectionUnDo\(object, ICollection&lt;T&gt;, T, bool\)](CollectionUnDo_T_.md#DefaultUnDo.CollectionUnDo_T_.CollectionUnDo(object,System.Collections.Generic.ICollection_T_,T,bool) 'DefaultUnDo\.CollectionUnDo\<T\>\.CollectionUnDo\(object, System\.Collections\.Generic\.ICollection\<T\>, T, bool\)') | Initialise an instance of [CollectionUnDo&lt;T&gt;](index.md 'DefaultUnDo\.CollectionUnDo\<T\>')\. |
| [CollectionUnDo\(ICollection&lt;T&gt;, T, bool\)](CollectionUnDo_T_.md#DefaultUnDo.CollectionUnDo_T_.CollectionUnDo(System.Collections.Generic.ICollection_T_,T,bool) 'DefaultUnDo\.CollectionUnDo\<T\>\.CollectionUnDo\(System\.Collections\.Generic\.ICollection\<T\>, T, bool\)') | Initialise an instance of [CollectionUnDo&lt;T&gt;](index.md 'DefaultUnDo\.CollectionUnDo\<T\>')\. |

<a name='DefaultUnDo.CollectionUnDo_T_.CollectionUnDo(object,System.Collections.Generic.ICollection_T_,T,bool)'></a>

Expand Down
4 changes: 2 additions & 2 deletions documentation/api/DefaultUnDo/CollectionUnDo_T_/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Implements [IUnDo](../IUnDo/index.md 'DefaultUnDo\.IUnDo')

| Constructors | |
| :--- | :--- |
| [CollectionUnDo\(object, ICollection&lt;T&gt;, T, bool\)](CollectionUnDo_T_.md#DefaultUnDo.CollectionUnDo_T_.CollectionUnDo(object,System.Collections.Generic.ICollection_T_,T,bool) 'DefaultUnDo\.CollectionUnDo\<T\>\.CollectionUnDo\(object, System\.Collections\.Generic\.ICollection\<T\>, T, bool\)') | Initialise an instance of [CollectionUnDo&lt;T&gt;](DefaultUnDo/CollectionUnDo_T_/index.md 'DefaultUnDo\.CollectionUnDo\<T\>')\. |
| [CollectionUnDo\(ICollection&lt;T&gt;, T, bool\)](CollectionUnDo_T_.md#DefaultUnDo.CollectionUnDo_T_.CollectionUnDo(System.Collections.Generic.ICollection_T_,T,bool) 'DefaultUnDo\.CollectionUnDo\<T\>\.CollectionUnDo\(System\.Collections\.Generic\.ICollection\<T\>, T, bool\)') | Initialise an instance of [CollectionUnDo&lt;T&gt;](DefaultUnDo/CollectionUnDo_T_/index.md 'DefaultUnDo\.CollectionUnDo\<T\>')\. |
| [CollectionUnDo\(object, ICollection&lt;T&gt;, T, bool\)](CollectionUnDo_T_.md#DefaultUnDo.CollectionUnDo_T_.CollectionUnDo(object,System.Collections.Generic.ICollection_T_,T,bool) 'DefaultUnDo\.CollectionUnDo\<T\>\.CollectionUnDo\(object, System\.Collections\.Generic\.ICollection\<T\>, T, bool\)') | Initialise an instance of [CollectionUnDo&lt;T&gt;](index.md 'DefaultUnDo\.CollectionUnDo\<T\>')\. |
| [CollectionUnDo\(ICollection&lt;T&gt;, T, bool\)](CollectionUnDo_T_.md#DefaultUnDo.CollectionUnDo_T_.CollectionUnDo(System.Collections.Generic.ICollection_T_,T,bool) 'DefaultUnDo\.CollectionUnDo\<T\>\.CollectionUnDo\(System\.Collections\.Generic\.ICollection\<T\>, T, bool\)') | Initialise an instance of [CollectionUnDo&lt;T&gt;](index.md 'DefaultUnDo\.CollectionUnDo\<T\>')\. |

| Explicit Interface Implementations | |
| :--- | :--- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

| Overloads | |
| :--- | :--- |
| [DictionaryUnDo\(object, IDictionary&lt;TKey,TValue&gt;, TKey, TValue, bool\)](DefaultUnDo/DictionaryUnDo_TKey,TValue_/DictionaryUnDo_TKey,TValue_.md#DefaultUnDo.DictionaryUnDo_TKey,TValue_.DictionaryUnDo(object,System.Collections.Generic.IDictionary_TKey,TValue_,TKey,TValue,bool) 'DefaultUnDo\.DictionaryUnDo\<TKey,TValue\>\.DictionaryUnDo\(object, System\.Collections\.Generic\.IDictionary\<TKey,TValue\>, TKey, TValue, bool\)') | Initialise an instance of [DictionaryUnDo&lt;TKey,TValue&gt;](index.md 'DefaultUnDo\.DictionaryUnDo\<TKey,TValue\>')\. |
| [DictionaryUnDo\(IDictionary&lt;TKey,TValue&gt;, TKey, TValue, bool\)](DefaultUnDo/DictionaryUnDo_TKey,TValue_/DictionaryUnDo_TKey,TValue_.md#DefaultUnDo.DictionaryUnDo_TKey,TValue_.DictionaryUnDo(System.Collections.Generic.IDictionary_TKey,TValue_,TKey,TValue,bool) 'DefaultUnDo\.DictionaryUnDo\<TKey,TValue\>\.DictionaryUnDo\(System\.Collections\.Generic\.IDictionary\<TKey,TValue\>, TKey, TValue, bool\)') | Initialise an instance of [DictionaryUnDo&lt;TKey,TValue&gt;](index.md 'DefaultUnDo\.DictionaryUnDo\<TKey,TValue\>')\. |
| [DictionaryUnDo\(object, IDictionary&lt;TKey,TValue&gt;, TKey, TValue, bool\)](DictionaryUnDo_TKey,TValue_.md#DefaultUnDo.DictionaryUnDo_TKey,TValue_.DictionaryUnDo(object,System.Collections.Generic.IDictionary_TKey,TValue_,TKey,TValue,bool) 'DefaultUnDo\.DictionaryUnDo\<TKey,TValue\>\.DictionaryUnDo\(object, System\.Collections\.Generic\.IDictionary\<TKey,TValue\>, TKey, TValue, bool\)') | Initialise an instance of [DictionaryUnDo&lt;TKey,TValue&gt;](index.md 'DefaultUnDo\.DictionaryUnDo\<TKey,TValue\>')\. |
| [DictionaryUnDo\(IDictionary&lt;TKey,TValue&gt;, TKey, TValue, bool\)](DictionaryUnDo_TKey,TValue_.md#DefaultUnDo.DictionaryUnDo_TKey,TValue_.DictionaryUnDo(System.Collections.Generic.IDictionary_TKey,TValue_,TKey,TValue,bool) 'DefaultUnDo\.DictionaryUnDo\<TKey,TValue\>\.DictionaryUnDo\(System\.Collections\.Generic\.IDictionary\<TKey,TValue\>, TKey, TValue, bool\)') | Initialise an instance of [DictionaryUnDo&lt;TKey,TValue&gt;](index.md 'DefaultUnDo\.DictionaryUnDo\<TKey,TValue\>')\. |

<a name='DefaultUnDo.DictionaryUnDo_TKey,TValue_.DictionaryUnDo(object,System.Collections.Generic.IDictionary_TKey,TValue_,TKey,TValue,bool)'></a>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ Implements [IUnDo](../IUnDo/index.md 'DefaultUnDo\.IUnDo')

| Constructors | |
| :--- | :--- |
| [DictionaryUnDo\(object, IDictionary&lt;TKey,TValue&gt;, TKey, TValue, bool\)](DictionaryUnDo_TKey,TValue_.md#DefaultUnDo.DictionaryUnDo_TKey,TValue_.DictionaryUnDo(object,System.Collections.Generic.IDictionary_TKey,TValue_,TKey,TValue,bool) 'DefaultUnDo\.DictionaryUnDo\<TKey,TValue\>\.DictionaryUnDo\(object, System\.Collections\.Generic\.IDictionary\<TKey,TValue\>, TKey, TValue, bool\)') | Initialise an instance of [DictionaryUnDo&lt;TKey,TValue&gt;](DefaultUnDo/DictionaryUnDo_TKey,TValue_/index.md 'DefaultUnDo\.DictionaryUnDo\<TKey,TValue\>')\. |
| [DictionaryUnDo\(IDictionary&lt;TKey,TValue&gt;, TKey, TValue, bool\)](DictionaryUnDo_TKey,TValue_.md#DefaultUnDo.DictionaryUnDo_TKey,TValue_.DictionaryUnDo(System.Collections.Generic.IDictionary_TKey,TValue_,TKey,TValue,bool) 'DefaultUnDo\.DictionaryUnDo\<TKey,TValue\>\.DictionaryUnDo\(System\.Collections\.Generic\.IDictionary\<TKey,TValue\>, TKey, TValue, bool\)') | Initialise an instance of [DictionaryUnDo&lt;TKey,TValue&gt;](DefaultUnDo/DictionaryUnDo_TKey,TValue_/index.md 'DefaultUnDo\.DictionaryUnDo\<TKey,TValue\>')\. |
| [DictionaryUnDo\(object, IDictionary&lt;TKey,TValue&gt;, TKey, TValue, bool\)](DictionaryUnDo_TKey,TValue_.md#DefaultUnDo.DictionaryUnDo_TKey,TValue_.DictionaryUnDo(object,System.Collections.Generic.IDictionary_TKey,TValue_,TKey,TValue,bool) 'DefaultUnDo\.DictionaryUnDo\<TKey,TValue\>\.DictionaryUnDo\(object, System\.Collections\.Generic\.IDictionary\<TKey,TValue\>, TKey, TValue, bool\)') | Initialise an instance of [DictionaryUnDo&lt;TKey,TValue&gt;](index.md 'DefaultUnDo\.DictionaryUnDo\<TKey,TValue\>')\. |
| [DictionaryUnDo\(IDictionary&lt;TKey,TValue&gt;, TKey, TValue, bool\)](DictionaryUnDo_TKey,TValue_.md#DefaultUnDo.DictionaryUnDo_TKey,TValue_.DictionaryUnDo(System.Collections.Generic.IDictionary_TKey,TValue_,TKey,TValue,bool) 'DefaultUnDo\.DictionaryUnDo\<TKey,TValue\>\.DictionaryUnDo\(System\.Collections\.Generic\.IDictionary\<TKey,TValue\>, TKey, TValue, bool\)') | Initialise an instance of [DictionaryUnDo&lt;TKey,TValue&gt;](index.md 'DefaultUnDo\.DictionaryUnDo\<TKey,TValue\>')\. |

| Explicit Interface Implementations | |
| :--- | :--- |
Expand Down
45 changes: 21 additions & 24 deletions documentation/api/DefaultUnDo/GroupUnDo/GroupUnDo.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,61 +5,58 @@

| Overloads | |
| :--- | :--- |
| [GroupUnDo\(IUnDo\[\]\)](DefaultUnDo/GroupUnDo/GroupUnDo.md#DefaultUnDo.GroupUnDo.GroupUnDo(DefaultUnDo.IUnDo[]) 'DefaultUnDo\.GroupUnDo\.GroupUnDo\(DefaultUnDo\.IUnDo\[\]\)') | Initialise an instance of [GroupUnDo](index.md 'DefaultUnDo\.GroupUnDo')\. |
| [GroupUnDo\(object, IUnDo\[\]\)](DefaultUnDo/GroupUnDo/GroupUnDo.md#DefaultUnDo.GroupUnDo.GroupUnDo(object,DefaultUnDo.IUnDo[]) 'DefaultUnDo\.GroupUnDo\.GroupUnDo\(object, DefaultUnDo\.IUnDo\[\]\)') | Initialise an instance of [GroupUnDo](index.md 'DefaultUnDo\.GroupUnDo')\. |
| [GroupUnDo\(object, scoped ReadOnlySpan&lt;IUnDo&gt;\)](GroupUnDo.md#DefaultUnDo.GroupUnDo.GroupUnDo(object,scopedSystem.ReadOnlySpan_DefaultUnDo.IUnDo_) 'DefaultUnDo\.GroupUnDo\.GroupUnDo\(object, scoped System\.ReadOnlySpan\<DefaultUnDo\.IUnDo\>\)') | Initialise an instance of [GroupUnDo](index.md 'DefaultUnDo\.GroupUnDo')\. |
| [GroupUnDo\(scoped ReadOnlySpan&lt;IUnDo&gt;\)](GroupUnDo.md#DefaultUnDo.GroupUnDo.GroupUnDo(scopedSystem.ReadOnlySpan_DefaultUnDo.IUnDo_) 'DefaultUnDo\.GroupUnDo\.GroupUnDo\(scoped System\.ReadOnlySpan\<DefaultUnDo\.IUnDo\>\)') | Initialise an instance of [GroupUnDo](index.md 'DefaultUnDo\.GroupUnDo')\. |

<a name='DefaultUnDo.GroupUnDo.GroupUnDo(DefaultUnDo.IUnDo[])'></a>
<a name='DefaultUnDo.GroupUnDo.GroupUnDo(object,scopedSystem.ReadOnlySpan_DefaultUnDo.IUnDo_)'></a>

## GroupUnDo\(IUnDo\[\]\) Constructor
## GroupUnDo\(object, scoped ReadOnlySpan\<IUnDo\>\) Constructor

Initialise an instance of [GroupUnDo](index.md 'DefaultUnDo\.GroupUnDo')\.

```csharp
public GroupUnDo(params DefaultUnDo.IUnDo[] commands);
public GroupUnDo(object? description, scoped System.ReadOnlySpan<DefaultUnDo.IUnDo> commands);
```
#### Parameters

<a name='DefaultUnDo.GroupUnDo.GroupUnDo(DefaultUnDo.IUnDo[]).commands'></a>
<a name='DefaultUnDo.GroupUnDo.GroupUnDo(object,scopedSystem.ReadOnlySpan_DefaultUnDo.IUnDo_).description'></a>

`commands` [IUnDo](../IUnDo/index.md 'DefaultUnDo\.IUnDo')[\[\]](https://docs.microsoft.com/en-us/dotnet/api/System.Array 'System\.Array')
`description` [System\.Object](https://docs.microsoft.com/en-us/dotnet/api/System.Object 'System\.Object')

The description of this [IUnDo](../IUnDo/index.md 'DefaultUnDo\.IUnDo')

<a name='DefaultUnDo.GroupUnDo.GroupUnDo(object,scopedSystem.ReadOnlySpan_DefaultUnDo.IUnDo_).commands'></a>

`commands` [System\.ReadOnlySpan&lt;](https://docs.microsoft.com/en-us/dotnet/api/System.ReadOnlySpan-1 'System\.ReadOnlySpan\`1')[IUnDo](../IUnDo/index.md 'DefaultUnDo\.IUnDo')[&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.ReadOnlySpan-1 'System\.ReadOnlySpan\`1')

The sequence of [IUnDo](../IUnDo/index.md 'DefaultUnDo\.IUnDo') contained by the instance\.

#### Exceptions

[System\.ArgumentNullException](https://docs.microsoft.com/en-us/dotnet/api/System.ArgumentNullException 'System\.ArgumentNullException')
[commands](index.md#DefaultUnDo.GroupUnDo.GroupUnDo(DefaultUnDo.IUnDo[]).commands 'DefaultUnDo\.GroupUnDo\.GroupUnDo\(DefaultUnDo\.IUnDo\[\]\)\.commands') is null\.

[System\.ArgumentException](https://docs.microsoft.com/en-us/dotnet/api/System.ArgumentException 'System\.ArgumentException')
[commands](index.md#DefaultUnDo.GroupUnDo.GroupUnDo(DefaultUnDo.IUnDo[]).commands 'DefaultUnDo\.GroupUnDo\.GroupUnDo\(DefaultUnDo\.IUnDo\[\]\)\.commands') contains null elements\.
[commands](index.md#DefaultUnDo.GroupUnDo.GroupUnDo(object,scopedSystem.ReadOnlySpan_DefaultUnDo.IUnDo_).commands 'DefaultUnDo\.GroupUnDo\.GroupUnDo\(object, scoped System\.ReadOnlySpan\<DefaultUnDo\.IUnDo\>\)\.commands') contains null elements\.

<a name='DefaultUnDo.GroupUnDo.GroupUnDo(object,DefaultUnDo.IUnDo[])'></a>
<a name='DefaultUnDo.GroupUnDo.GroupUnDo(scopedSystem.ReadOnlySpan_DefaultUnDo.IUnDo_)'></a>

## GroupUnDo\(object, IUnDo\[\]\) Constructor
## GroupUnDo\(scoped ReadOnlySpan\<IUnDo\>\) Constructor

Initialise an instance of [GroupUnDo](index.md 'DefaultUnDo\.GroupUnDo')\.

```csharp
public GroupUnDo(object? description, params DefaultUnDo.IUnDo[] commands);
public GroupUnDo(scoped System.ReadOnlySpan<DefaultUnDo.IUnDo> commands);
```
#### Parameters

<a name='DefaultUnDo.GroupUnDo.GroupUnDo(object,DefaultUnDo.IUnDo[]).description'></a>

`description` [System\.Object](https://docs.microsoft.com/en-us/dotnet/api/System.Object 'System\.Object')

The description of this [IUnDo](../IUnDo/index.md 'DefaultUnDo\.IUnDo')

<a name='DefaultUnDo.GroupUnDo.GroupUnDo(object,DefaultUnDo.IUnDo[]).commands'></a>
<a name='DefaultUnDo.GroupUnDo.GroupUnDo(scopedSystem.ReadOnlySpan_DefaultUnDo.IUnDo_).commands'></a>

`commands` [IUnDo](../IUnDo/index.md 'DefaultUnDo\.IUnDo')[\[\]](https://docs.microsoft.com/en-us/dotnet/api/System.Array 'System\.Array')
`commands` [System\.ReadOnlySpan&lt;](https://docs.microsoft.com/en-us/dotnet/api/System.ReadOnlySpan-1 'System\.ReadOnlySpan\`1')[IUnDo](../IUnDo/index.md 'DefaultUnDo\.IUnDo')[&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.ReadOnlySpan-1 'System\.ReadOnlySpan\`1')

The sequence of [IUnDo](../IUnDo/index.md 'DefaultUnDo\.IUnDo') contained by the instance\.

#### Exceptions

[System\.ArgumentNullException](https://docs.microsoft.com/en-us/dotnet/api/System.ArgumentNullException 'System\.ArgumentNullException')
[commands](index.md#DefaultUnDo.GroupUnDo.GroupUnDo(object,DefaultUnDo.IUnDo[]).commands 'DefaultUnDo\.GroupUnDo\.GroupUnDo\(object, DefaultUnDo\.IUnDo\[\]\)\.commands') is null\.
[commands](index.md#DefaultUnDo.GroupUnDo.GroupUnDo(scopedSystem.ReadOnlySpan_DefaultUnDo.IUnDo_).commands 'DefaultUnDo\.GroupUnDo\.GroupUnDo\(scoped System\.ReadOnlySpan\<DefaultUnDo\.IUnDo\>\)\.commands') is null\.

[System\.ArgumentException](https://docs.microsoft.com/en-us/dotnet/api/System.ArgumentException 'System\.ArgumentException')
[commands](index.md#DefaultUnDo.GroupUnDo.GroupUnDo(object,DefaultUnDo.IUnDo[]).commands 'DefaultUnDo\.GroupUnDo\.GroupUnDo\(object, DefaultUnDo\.IUnDo\[\]\)\.commands') contains null elements\.
[commands](index.md#DefaultUnDo.GroupUnDo.GroupUnDo(scopedSystem.ReadOnlySpan_DefaultUnDo.IUnDo_).commands 'DefaultUnDo\.GroupUnDo\.GroupUnDo\(scoped System\.ReadOnlySpan\<DefaultUnDo\.IUnDo\>\)\.commands') contains null elements\.
8 changes: 4 additions & 4 deletions documentation/api/DefaultUnDo/GroupUnDo/TryGetSingle_T_(T).md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## GroupUnDo\.TryGetSingle\<T\>\(T\) Method

Gets the single [T](DefaultUnDo/GroupUnDo/TryGetSingle_T_(T).md#DefaultUnDo.GroupUnDo.TryGetSingle_T_(T).T 'DefaultUnDo\.GroupUnDo\.TryGetSingle\<T\>\(T\)\.T') of this instance\.
Gets the single [T](TryGetSingle_T_(T).md#DefaultUnDo.GroupUnDo.TryGetSingle_T_(T).T 'DefaultUnDo\.GroupUnDo\.TryGetSingle\<T\>\(T\)\.T') of this instance\.

```csharp
public bool TryGetSingle<T>(out T command)
Expand All @@ -20,11 +20,11 @@ The type of [IUnDo](../IUnDo/index.md 'DefaultUnDo\.IUnDo') to get\.

<a name='DefaultUnDo.GroupUnDo.TryGetSingle_T_(T).command'></a>

`command` [T](DefaultUnDo/GroupUnDo/TryGetSingle_T_(T).md#DefaultUnDo.GroupUnDo.TryGetSingle_T_(T).T 'DefaultUnDo\.GroupUnDo\.TryGetSingle\<T\>\(T\)\.T')
`command` [T](TryGetSingle_T_(T).md#DefaultUnDo.GroupUnDo.TryGetSingle_T_(T).T 'DefaultUnDo\.GroupUnDo\.TryGetSingle\<T\>\(T\)\.T')

When this method returns, the single [T](DefaultUnDo/GroupUnDo/TryGetSingle_T_(T).md#DefaultUnDo.GroupUnDo.TryGetSingle_T_(T).T 'DefaultUnDo\.GroupUnDo\.TryGetSingle\<T\>\(T\)\.T') of this instance, if it was its only command; otherwise, the default value for the type [T](DefaultUnDo/GroupUnDo/TryGetSingle_T_(T).md#DefaultUnDo.GroupUnDo.TryGetSingle_T_(T).T 'DefaultUnDo\.GroupUnDo\.TryGetSingle\<T\>\(T\)\.T')\.
When this method returns, the single [T](TryGetSingle_T_(T).md#DefaultUnDo.GroupUnDo.TryGetSingle_T_(T).T 'DefaultUnDo\.GroupUnDo\.TryGetSingle\<T\>\(T\)\.T') of this instance, if it was its only command; otherwise, the default value for the type [T](TryGetSingle_T_(T).md#DefaultUnDo.GroupUnDo.TryGetSingle_T_(T).T 'DefaultUnDo\.GroupUnDo\.TryGetSingle\<T\>\(T\)\.T')\.
This parameter is passed uninitialized\.

#### Returns
[System\.Boolean](https://docs.microsoft.com/en-us/dotnet/api/System.Boolean 'System\.Boolean')
true if the current instance contains exactly one [T](DefaultUnDo/GroupUnDo/TryGetSingle_T_(T).md#DefaultUnDo.GroupUnDo.TryGetSingle_T_(T).T 'DefaultUnDo\.GroupUnDo\.TryGetSingle\<T\>\(T\)\.T'); otherwise false\.
true if the current instance contains exactly one [T](TryGetSingle_T_(T).md#DefaultUnDo.GroupUnDo.TryGetSingle_T_(T).T 'DefaultUnDo\.GroupUnDo\.TryGetSingle\<T\>\(T\)\.T'); otherwise false\.
Loading

0 comments on commit 2c34e65

Please sign in to comment.