Alba.Jaml.MSInternal.XamlCommonFrame.XamlCommonFrame C# (CSharp) Method

XamlCommonFrame() public method

public XamlCommonFrame ( XamlCommonFrame source ) : System.Collections.Generic
source XamlCommonFrame
return System.Collections.Generic
        public XamlCommonFrame (XamlCommonFrame source)
            : base(source)
        {
            this.XamlType = source.XamlType;
            this.Member = source.Member;
            if (source._namespaces != null) {
                this.SetNamespaces(source._namespaces);
            }
        }

Same methods

XamlCommonFrame::XamlCommonFrame ( ) : System.Collections.Generic