Westwind.Utilities.Expando.Expando C# (CSharp) 메소드

Expando() 공개 메소드

This constructor just works off the internal dictionary and any public properties of this object. Note you can subclass Expando.
public Expando ( ) : System
리턴 System
        public Expando()
        {
            Initialize(this);
        }

Same methods

Expando::Expando ( object>.IDictionary dict ) : System
Expando::Expando ( object instance ) : System