NuGet.ManifestMetadata.ShouldSerializeServiceable C# (CSharp) 메소드

ShouldSerializeServiceable() 공개 메소드

Serialize Serviceable? Only if Serviceable is true, because older NuGet servers couldn't handle the serviceable attribute
public ShouldSerializeServiceable ( ) : bool
리턴 bool
        public bool ShouldSerializeServiceable()
        {
            return Serviceable;
        }