IActLike
This interface can be used on your custom dynamic objects if you want impromptu interfaces without casting to object or using the static method syntax of ActLike. Also if you want to change the behavior for slightly for specific types as this will take precident when using the dynamic keyword or your specific type is known staticly.
Instance members
Instance member | Description |
ActLike(otherInterfaces)
Signature: (otherInterfaces:Type []) -> 'TInterface
Modifiers: abstract Type parameters: 'TInterface |
This interface can be used on your custom dynamic objects if you want impromptu interfaces without casting to object or using the static method syntax of ActLike. Also if you want to change the behavior for slightly for specific types as this will take precident when using the dynamic keyword or your specific type is known staticly. Returns: |