Microsoft.Isam.Esent.Interop.JET_OBJECTINFO.SetFromNativeObjectinfo C# (CSharp) Method

SetFromNativeObjectinfo() private method

Sets the fields of the object from a native JET_OBJECTINFO struct.
private SetFromNativeObjectinfo ( NATIVE_OBJECTINFO value ) : void
value NATIVE_OBJECTINFO /// The native objectlist to set the values from. ///
return void
        internal void SetFromNativeObjectinfo(NATIVE_OBJECTINFO value)
        {
        }