PropVariantClear() private method

private PropVariantClear ( [ pvar ) : void
pvar [
return void
Example #1
0
        /// <summary>
        /// Disposes the object, calls the clear function.
        /// </summary>
        public void Dispose()
        {
            PropVariantNativeMethods.PropVariantClear(this);

            GC.SuppressFinalize(this);
        }