Enable nullable: System.Management.Automation.Provider.IContentWriter (#14152)

This commit is contained in:
Staffan Gustafsson 2020-12-09 20:57:43 +01:00 committed by GitHub
parent ba49eb225f
commit cb13c30467
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,7 @@
using System.Collections;
using System.IO;
#nullable enable
namespace System.Management.Automation.Provider
{
#region IContentWriter