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

ExifPhoto() private méthode

private ExifPhoto ( string photoId, string secret, string server, ExifTag array ) : System
photoId string
secret string
server string
array ExifTag
Résultat System
        internal ExifPhoto(string photoId, string secret, string server, ExifTag[] array)
        {
            _photoId = photoId;
            _secret = secret;
            _server = server;
            _tagCollection = array;
        }
ExifPhoto