File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
wifcustomtokensts/cs/simplewebtoken
wifcustomtokenst/cs/simplewebtoken
wifrccustomtoken/cs/simplewebtoken
VS_Snippets_Wpf/FlowDocumentSnippets/CSharp
visualbasic/VS_Snippets_Wpf/FlowDocumentSnippets/visualbasic Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -447,7 +447,7 @@ protected virtual void ValidateAudience( string tokenAudience )
447
447
/// Parses the token into a collection.
448
448
/// </summary>
449
449
/// <param name="encodedToken">The serialized token.</param>
450
- /// <returns>A colleciton of all name-value pairs from the token.</returns>
450
+ /// <returns>A collection of all name-value pairs from the token.</returns>
451
451
NameValueCollection ParseToken ( string encodedToken )
452
452
{
453
453
if ( String . IsNullOrEmpty ( encodedToken ) )
Original file line number Diff line number Diff line change @@ -447,7 +447,7 @@ protected virtual void ValidateAudience( string tokenAudience )
447
447
/// Parses the token into a collection.
448
448
/// </summary>
449
449
/// <param name="encodedToken">The serialized token.</param>
450
- /// <returns>A colleciton of all name-value pairs from the token.</returns>
450
+ /// <returns>A collection of all name-value pairs from the token.</returns>
451
451
NameValueCollection ParseToken ( string encodedToken )
452
452
{
453
453
if ( String . IsNullOrEmpty ( encodedToken ) )
Original file line number Diff line number Diff line change @@ -477,7 +477,7 @@ protected virtual void ValidateAudience( string tokenAudience )
477
477
/// Parses the token into a collection.
478
478
/// </summary>
479
479
/// <param name="encodedToken">The serialized token.</param>
480
- /// <returns>A colleciton of all name-value pairs from the token.</returns>
480
+ /// <returns>A collection of all name-value pairs from the token.</returns>
481
481
NameValueCollection ParseToken ( string encodedToken )
482
482
{
483
483
if ( String . IsNullOrEmpty ( encodedToken ) )
Original file line number Diff line number Diff line change @@ -351,7 +351,7 @@ void TextEffectsStuff()
351
351
tfe . PositionStart = 0 ;
352
352
tfe . PositionCount = int . MaxValue ;
353
353
354
- // Add this text effect to the FlowDocument's effects colleciton .
354
+ // Add this text effect to the FlowDocument's effects collection .
355
355
fd . TextEffects = new TextEffectCollection ( ) ;
356
356
fd . TextEffects . Add ( tfe ) ;
357
357
Original file line number Diff line number Diff line change @@ -306,7 +306,7 @@ Namespace FlowDocumentSnippets
306
306
tfe.PositionStart = 0
307
307
tfe.PositionCount = Integer .MaxValue
308
308
309
- ' Add this text effect to the FlowDocument's effects colleciton .
309
+ ' Add this text effect to the FlowDocument's effects collection .
310
310
fd.TextEffects = New TextEffectCollection()
311
311
fd.TextEffects.Add(tfe)
312
312
You can’t perform that action at this time.
0 commit comments