FlickrNet.LockFile.LockFile C# (CSharp) Méthode

LockFile() public méthode

public LockFile ( string filepath ) : System
filepath string
Résultat System
        public LockFile(string filepath)
        {
            this.filepath = filepath;
            this.disposeHelper = new DisposeHelper(this);
        }