csharp
public enum RefKindHow a parameter passes its argument.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (2)
NoneBy value. The callee's changes are its own.
InOutBy reference, with copy-in/copy-out semantics: the argument's value goes in, the parameter's value comes back out.
Used by (10)
- BinderVixen.Raven
- InOutTestsVixen.Raven.Tests
- LibraryParameterVixen.Raven
- LowererVixen.Raven
- MetadataParameterSymbolVixen.Raven
- ParameterSymbolVixen.Raven
- SourceNamedTypeSymbolVixen.Raven
- SourceParameterSymbolVixen.Raven
- StateVixen.Raven
- SubstitutedParameterSymbolVixen.Raven