BiasedBit.MinusEngine.CreateGalleryResult.CreateGalleryResult C# (CSharp) Метод

CreateGalleryResult() публичный Метод

public CreateGalleryResult ( String editorId, String readerId, String key ) : System
editorId String
readerId String
key String
Результат System
        public CreateGalleryResult(String editorId, String readerId, String key)
        {
            this.EditorId = editorId;
            this.ReaderId = readerId;
            this.Key = key;
        }

Same methods

CreateGalleryResult::CreateGalleryResult ( ) : System