NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Type.IsByRefImpl

Implements the IsByRef property and, when implemented by a derived class, determines whether the Type is passed by reference.

[Visual Basic]
MustOverride Protected Function IsByRefImpl() As Boolean
[C#]
protected abstract bool IsByRefImpl();
[C++]
protected: virtual bool IsByRefImpl() = 0;
[JScript]
protected abstract function IsByRefImpl() : Boolean;

Return Value

true if the Type is passed by reference; otherwise, false.

Remarks

Abstract. This method must be implemented by a derived class.

See Also

Type Class | Type Members | System Namespace | IsByRef