BiasedBit.MinusEngine.CreateGalleryResult.CreateGalleryResult C# (CSharp) Méthode

CreateGalleryResult() public méthode

public CreateGalleryResult ( String editorId, String readerId, String key ) : System
editorId String
readerId String
key String
Résultat System
        public CreateGalleryResult(String editorId, String readerId, String key)
        {
            this.EditorId = editorId;
            this.ReaderId = readerId;
            this.Key = key;
        }

Same methods

CreateGalleryResult::CreateGalleryResult ( ) : System