System.Xml.Xsl.Runtime.EarlyBoundInfo.CreateObject C# (CSharp) Method

CreateObject() public method

Create an instance of the early bound object.
public CreateObject ( ) : object
return object
        public object CreateObject() { return this.constrInfo.Invoke(new object[] {}); }