AsmResolver.Net.Signatures.ElementSignature.ElementSignature C# (CSharp) 메소드

ElementSignature() 공개 메소드

public ElementSignature ( object value ) : System
value object
리턴 System
        public ElementSignature(object value)
        {
            Value = value;
        }