Base:
property
IsVariableBoundArray
System.Type.IsVariableBoundArray
5 overrides of IsVariableBoundArray
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureConstructedGenericType.cs (1)
38public sealed override bool IsVariableBoundArray => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureFunctionPointerType.cs (1)
33public override bool IsVariableBoundArray => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureGenericParameterType.cs (1)
25public sealed override bool IsVariableBoundArray => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureHasElementType.cs (1)
25public abstract override bool IsVariableBoundArray { get; }
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureModifiedType.cs (1)
32public override bool IsVariableBoundArray => _unmodifiedType.IsVariableBoundArray;
2 references to IsVariableBoundArray
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureTypeExtensions.cs (2)
38else if (pattern.IsVariableBoundArray) 117else if (signatureType.IsVariableBoundArray)