UnityEngine.Component.GetComponentsWithCorrectReturnType C# (CSharp) Method

GetComponentsWithCorrectReturnType() private method

private GetComponentsWithCorrectReturnType ( Type type ) : UnityEngine.Component[]
type Type
return UnityEngine.Component[]
		private Component[] GetComponentsWithCorrectReturnType(Type type){}
		public T[] GetComponents(){}