System.Configuration.MgmtConfigurationRecord.GetRuntimeObject C# (CSharp) 메소드

GetRuntimeObject() 보호된 메소드

protected GetRuntimeObject ( object result ) : object
result object
리턴 object
        override protected object GetRuntimeObject(object result) {
            return result;
        }