Org.BouncyCastle.X509.Store.X509CertStoreSelector.CopySet C# (CSharp) Method

CopySet() private static method

private static CopySet ( ISet s ) : ISet
s ISet
return ISet
		private static ISet CopySet(
			ISet s)
		{
			return s == null ? null : new HashSet(s);
		}