BlogEngine.Core.FileSystem.Image.Image C# (CSharp) Méthode

Image() public méthode

ctor, property free constructor, initiates the this.Image(file) passing in a null file reference
public Image ( ) : System
Résultat System
        public Image()
            : this(null)
        {
        }

Same methods

Image::Image ( File obj ) : System