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