Archetype.MetaObjects.NestedCastingMetaObject.BindConvert C# (CSharp) 메소드

BindConvert() 공개 메소드

Performs the binding of the dynamic conversion operation.
public BindConvert ( ConvertBinder binder ) : DynamicMetaObject
binder System.Dynamic.ConvertBinder /// An instance of the that represents the details of the dynamic operation. ///
리턴 System.Dynamic.DynamicMetaObject
        public override DynamicMetaObject BindConvert( ConvertBinder binder )
        {
            return ApplyBinding( meta => Convert( binder, meta ), binder.FallbackConvert );
        }