Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@soen
Last active June 25, 2020 00:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save soen/4d5409f36640106d845d0f83b2527c74 to your computer and use it in GitHub Desktop.
Save soen/4d5409f36640106d845d0f83b2527c74 to your computer and use it in GitHub Desktop.
using System.Collections.Generic;
namespace Sitecore.StaticAssets.Infrastructure
{
public class AssetCollection : Dictionary<string, string>
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment